quickcrit                package:sca                R Documentation

_A_d_d_i_t_i_o_n_a_l _C_o_n_t_r_i_b_u_t_i_o_n _o_f _N_e_w _C_o_m_p_o_n_e_n_t _t_o _t_h_e _S_C _S_y_s_t_e_m

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

     Compute the additional contribution of a new component to the
     simple component system P on S.

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

     quickcrit(newcomp, S, P, criterion)

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

 newcomp: numeric vector, typically the result of 'simpvector()'.

       S: correlation/covariance matrix

       P: component matrix

criterion: character string specifying the optimality criterion, see
          'sccrit' for details.

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

     ...

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

     'sccrit'; further 'sca', also for references.

