IQSS / Amelia

Amelia: A Package for Missing Data

Home Page:http://gking.harvard.edu/amelia

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Amelia reruns EM algorithm even when bootstrap is off

mattblackwell opened this issue · comments

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.