Matthew Blackwell
Matthew Blackwell
Yes, this is one approach, but I worry that we would have to check all possible names. What about using something like the following: ```r tt
It's probably easier to open R and install Amelia directly using the following: ``` install.packages("Amelia") ``` Then you can start the GUI by starting R and calling: ```{r} library(Amelia) AmeliaView()...
You should be able to install it using the following: ``` ssc install cem ``` You can find the above data at http://mattblackwell.org/files/stata/data/lalonde.dta
This was an issue with the ssc servers. If you reinstall with the following, it should work: ``` adopath uninstall cem ssc install cem ```
Can you try the following to see if it resolves your issue? ``` ssc uninstall cem net from https://mattblackwell.org/files/stata net install cem ```
Nevermind, this looks like it was an issue on the SSC servers and should be fixed now.