manovacluster
Dendrogram of group mean clusters following MANOVA
Description
manovacluster( generates a dendrogram
plot of the group means after a one-way multivariate analysis of variance (MANOVA).
stats)stats is a structure containing statistics returned by the manova1 function. manovacluster computes the clusters by
applying the single linkage algorithm to the matrix of Mahalanobis distances between group
means.
See dendrogram for more information on the graphical
output from this function. The dendrogram is most useful when the number of groups is
large.
additionally returns handles to the plot elements in h = manovacluster(___)h, using any of
the input argument combinations in the previous syntaxes.
Examples
Input Arguments
Output Arguments
Version History
Introduced before R2006aSee Also
cluster | clusterdata | dendrogram | linkage | manova1
