ameliabind              package:Amelia              R Documentation

_C_o_m_b_i_n_e _m_u_l_t_i_p_l_e _r_u_n_s _o_f _A_m_e_l_i_a

_D_e_s_c_r_i_p_t_i_o_n:

     Combines multiple runs of 'amelia' with the same arguments and
     data into one 'amelia' object.

_U_s_a_g_e:

     ameliabind(...)

_A_r_g_u_m_e_n_t_s:

     ...: two or more objects of class 'amelia' with the same arguments
          and created from the same data.

_D_e_t_a_i_l_s:

     '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.

_V_a_l_u_e:

     An object of class 'amelia'.

_S_e_e _A_l_s_o:

     'amelia'

