hcmsma | R Documentation |
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"
)
object |
an object of class " |
nclust |
a numeric scalar, number of clusters. |
graph |
a numeric vector, numbers of columns for Y. The length of vector corresponds to the number of blocks. |
hmethod |
the agglomeration method to be used in the function " |
axes |
a numeric (or vector), specifying the component(s) to analyze. |
block |
a character, indicating which the "block" or "super" is used. |
XY |
a character, indicating "X" or "Y". |
This function performs a hierarchical cluster analysis using scores.
hcout |
An object of class hclust |
clusters |
a vector with group memberships |
object |
an object of class " |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.