NMixPlugDA               package:mixAK               R Documentation

_D_i_s_c_r_i_m_i_n_a_n_t _a_n_a_l_y_s_i_s _b_a_s_e_d _o_n _p_l_u_g-_i_n _e_s_t_i_m_a_t_e_s _f_r_o_m _t_h_e _m_i_x_t_u_r_e _m_o_d_e_l

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

     It performs discriminant analysis based on  posterior summary for
     (re-labeled) mixture components in a model with fixed number of
     components fitted with 'NMixMCMC' function.

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

     NMixPlugDA(object, y)

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

  object: an object of class 'NMixMCMC'

       y: vector, matrix or data frame with observations to be
          clustered

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

     A 'data.frame' with observations in the first columns and
     additionally columns labeled 'prob1',..., 'probp' giving posterior
     probabilities of belonging to each component and a column labeled
     'component' giving the index of the component with the highest
     posterior probability.

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

     Arno&#353t Kom&#225rek arnost.komarek[AT]mff.cuni.cz

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

     'NMixMCMC'.

