agglomblock {sca}R Documentation

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"))

Arguments

S

correlation/covariance matrix

P

component matrix

cluster

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

Value

New component matrix with one block component less.

See Also

sca, also for references


[Package sca version 0.9-2 Index]