predictCPP               package:vbmp               R Documentation

_V_B_M_P _p_r_e_d_i_c_t _f_u_n_c_t_i_o_n_s _p_a_r_a_m_e_t_e_r_s

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

     Obtains estimates of class posterior probabilities from a fitted
     VBMP object

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

     predictCPP(obj, X.TEST=NULL)

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

     obj: an object inheriting from class 'VBMP.obj', usually the
          result of a call to 'vbmp' 

  X.TEST: optionally, matrix in which to look for variables with which
          to predict. If omitted, the fitted predictors are used. 

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

     See Also as 'vbmp'

