Amelia
Amelia copied to clipboard
Installation problems
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).
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
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!
Thanks for the tip Matthew