agglomblock: Agglomerate Two Block-Components in SCA
Description
Agglomerate the two block-components which are closest
according to the specified clustering method.
Usage
agglomblock(S, P, cluster = c("median","single","complete"))Value
New component matrix with one block component less.
Arguments
- S
correlation/covariance matrix
- P
component matrix
- cluster
character specifying the clustering method; default
"median", see sca(*, cluster=).