Amelia icon indicating copy to clipboard operation
Amelia copied to clipboard

Installation problems

Open Marco-1963 opened this issue 11 months ago • 2 comments

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

Marco-1963 avatar Mar 10 '24 11:03 Marco-1963

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!

mattblackwell avatar Jun 09 '24 22:06 mattblackwell

Thanks for the tip Matthew

Marco-1963 avatar Jun 10 '24 13:06 Marco-1963