pumaPCAModel-class           package:puma           R Documentation

_C_l_a_s_s _p_u_m_a_P_C_A_M_o_d_e_l

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

     This is a class representation for storing a pumaPCA model. It is
     an internal representation and shouldn't normally be instantiated.

_O_b_j_e_c_t_s _f_r_o_m _t_h_e _C_l_a_s_s:

     Objects can be created by calls of the form 'new("pumaPCAModel",
     ...)'.

_S_l_o_t_s:


     '_s_i_g_m_a': Object of class "numeric" representing sigma

     '_m': Object of class "matrix" representing m

     '_C_i_n_v': Object of class "matrix" representing Cinv

     '_W': Object of class "matrix" representing W

     '_m_u': Object of class "matrix" representing mu

_M_e_t_h_o_d_s:

     This class has no methods defined

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

     Richard D. Pearson

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

     Related method 'pumaPCA' and related class 'pumaPCARes'.

