Skip to content

Amelia imputation - column grouping

2 messages · Elisa D'Arcangelo, Jose Iparraguirre

#
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