Skip to content
Prev 309391 / 398506 Next

Amelia imputation - column grouping

Hi Elisa,

Simply create a data frame with the columns you want to use and then run the amelia() function on that data frame.
Say, you've creasted the data frame MyDF with the 3 columns you want amelia to perform the imputation. Then type
(where M is the number of imputations).

Jose