mmlcrfit                package:mmlcr                R Documentation

_U_s_e_d _i_n_t_e_r_n_a_l_l_y _b_y _m_m_l_c_r _t_o _f_i_t _m_m_l_c_r _c_o_m_p_o_n_e_n_t _o_b_j_e_c_t_s.

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

     fits an 'mmlcr' component object. Used internally by the  function
     'mmlcr'

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

     mmlcrfit(object, weights, classnumber)

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

  object: an 'mmlcr' component 

 weights: a data.frame of weights, with row.names indicating subject
          ids. 

classnumber: a number indicating the latent class to use, i.e., which
          column of weights to use. 

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

     the same 'mmlcr' component object with an updated fit.

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

     'mmlcr', 'mmlcrObject', 'mmlcrlike'

