FLXfit                package:flexmix                R Documentation

_F_i_t_t_e_r _F_u_n_c_t_i_o_n _f_o_r _F_l_e_x_M_i_x _M_o_d_e_l_s

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

     This is the basic computing engine called by 'flexmix', it should
     usually not be used directly unless by experienced users.

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

     FLXfit(k = NULL, cluster = NULL, model, control)

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

       k: Number of clusters (not needed if 'cluster' is specified).

 cluster: Initial cluster assignments of observations at the start of
          the EM algorithm (default is random assignment into 'k'
          clusters).

   model: List of 'FLXmodel' objects.

 control: Object of class 'FLXcontrol'.

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

     Returns an object of class 'flexmix'.

_A_u_t_h_o_r(_s):

     Friedrich Leisch

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

     'flexmix', 'flexmix-class'

