Combines multiple runs of amelia
with the same
arguments and data into one amelia
object.
ameliabind(...)
one or more objects of class amelia
with the same
arguments and created from the same data.
An object of class amelia
.
ameliabind
will combine multiple runs of amelia
into one
object so that you can utilize diagnostics and modelling on all the
imputations together. This function is useful for combining multiple
runs of amelia
run on parallel machines.
Note that ameliabind
only checks that they arguments and the
missingness matrix are identical. Thus, it could be fooled by two
datasets that are identical up to a transformation of one variable.