This is a function for performing a hierarchical cluster analysis using scores
hcmsma(
object,
nclust = 4,
graph = FALSE,
hmethod = "ward.D2",
axes = c(1, 2),
block = "block",
XY = "X"
)An object of class hclust
a vector with group memberships
an object of class "msma", usually, a result of a call to msma
an object of class "msma", usually, a result of a call to msma
a numeric scalar, number of clusters.
a numeric vector, numbers of columns for Y. The length of vector corresponds to the number of blocks.
the agglomeration method to be used in the function "hclust".
a numeric (or vector), specifying the component(s) to analyze.
a character, indicating which the "block" or "super" is used.
a character, indicating "X" or "Y".
This function performs a hierarchical cluster analysis using scores.