FLXglm                package:flexmix                R Documentation

_F_l_e_x_M_i_x _I_n_t_e_r_f_a_c_e _t_o _G_e_n_e_r_a_l_i_z_e_d _L_i_n_e_a_r _M_o_d_e_l_s

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

     This is the main driver for FlexMix interfacing the 'glm' family
     of models.

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

     FLXglm(formula = . ~ ., family = c("gaussian", "binomial", "poisson", "Gamma"))

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

 formula: A formula which is interpreted relative to the formula
          specified in the call to 'flexmix' using 'update.formula'.
          Default is to use the original 'flexmix' model formula.

  family: A character string naming a 'glm' family function.

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

     See 'flexmix' for examples.

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

     Returns an object of class 'FLXmodel'.

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

     Friedrich Leisch

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

     'flexmix', 'glm'

