agglomblock: Agglomerate Two Block-Components in SCA

View source: R/sca.R

agglomblockR 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


sca documentation built on Jan. 14, 2023, 5:07 p.m.

Related to agglomblock in sca...