Matthew Blackwell
Results
2
comments of
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()...