EMstepsGets               package:lme4               R Documentation

_P_e_r_f_o_r_m _E_M _i_t_e_r_a_t_i_o_n_s

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

     The object `x' is updated through EM or ECME iterations.  The
     number of iterations and whether verbose output should be produced
     are specified in the list passed as `value'.

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

     EMsteps(x) <- value

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

       x: An object of a suitable class to be updated according to the
          EM or ECME algorithm.  Generally an `reStruct' object.

   value: A list that contains components `EMiter', a non-negative
          integer specifying the number of iterations, and `EMverbose',
          a logical value that, when `TRUE', requests verbose output.

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

     The object `x', updated.

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

     `reStruct-class', `lmeControl'

_E_x_a_m_p_l_e_s:

