I am moving from single datasets for each case, to five generated datasets for each case in order to address imputation variability and hopefully produce better overall estimates. I am going to try to use the parallel library and the mclapply function as much as possible to speed up results.
I have also made changes to fakeunion in order to allow for faster estimation methods.
I am moving from single datasets for each case, to five generated datasets for each case in order to address imputation variability and hopefully produce better overall estimates. I am going to try to use the
parallel
library and themclapply
function as much as possible to speed up results.I have also made changes to
fakeunion
in order to allow for faster estimation methods.