IQSS / Amelia

Amelia: A Package for Missing Data
http://gking.harvard.edu/amelia
61 stars 17 forks source link

Installation problems #54

Open Marco-1963 opened 6 months ago

Marco-1963 commented 6 months ago

Sorry for the basic/stupid question but, during the installation, Amelia cannot find the R directory, and does not accept the right one (just reinstalled). I tried this on different PCs, and with Win10 and Win11 (see screenshot). installation problem Amelia

Surprisingly, I haven't found similar questions on the web or on Github, and thus suppose that I am the problem...

Any suggestion? Thanks a lot

mattblackwell commented 3 months ago

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:

library(Amelia)
AmeliaView()

Hope that helps!

Marco-1963 commented 3 months ago

Thanks for the tip Matthew