Amelia
Amelia copied to clipboard
Amelia reruns EM algorithm even when bootstrap is off
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.