IQSS / Amelia

Amelia: A Package for Missing Data
http://gking.harvard.edu/amelia
61 stars 17 forks source link

Amelia reruns EM algorithm even when bootstrap is off #16

Open mattblackwell opened 6 years ago

mattblackwell commented 6 years ago

When boot.type = "none", amelia() will run the identical EM algorithm m times. Instead, we should probably run EM once and then call amelia.impute() multiple times.