agglomblock               package:sca               R Documentation

_A_g_g_l_o_m_e_r_a_t_e _T_w_o _B_l_o_c_k-_C_o_m_p_o_n_e_n_t_s _i_n _S_C_A

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

     Agglomerate the two block-components which are _closest_ according
     to the specified 'cluster'ing method.

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

     agglomblock(S, P, cluster = c("median","single","complete"))

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

       S: correlation/covariance matrix

       P: component matrix

 cluster: character specifying the clustering method; default
          '"median"', see 'sca(*, cluster=)'.

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

     New component matrix with one block component less.

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

     'sca', also for references

