BSkyHierClus | R Documentation |
Hierarchical cluster analysis on a set of dissimilarities and methods for analyzing it.
BSkyHierClus(
varsToCluster,
method,
noOfClusters,
distance,
plotDendogram,
assignClusterToDataset,
label = "",
plotBiplot,
dataset,
excludeEnvPrefix = FALSE
)
varsToCluster |
The variables to analyze |
method |
the agglomeration method to be used. This should be (an unambiguous abbreviation of) one of "ward.D", "ward.D2", "single", "complete", "average" (= UPGMA), "mcquitty" (= WPGMA),"median" (= WPGMC) or "centroid" (= UPGMC). |
noOfClusters |
The number of clusters desired |
plotDendogram |
Plot a dendogram True or false |
assignClusterToDataset |
Save the cluster assignments to the dataset |
label |
name for the new variable that stores the cluster assignments |
plotBiplot |
plot Biplot TRUE or FALSE |
dataset |
Name of the dataset |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.