Description Usage Arguments Value Author(s) Examples
Hierarchical (Ward) cluster analysis
1 | ward(d, remove_missing = T, n_cluster)
|
d |
data frame in wide format (see make_wide) |
remove_missing |
whether or not to remove missing data |
n_cluster |
number of clusters to obtain |
list: dendrogram, cluster memberships
Ken Butler, butler@utsc.utoronto.ca
1 | ward(nine_points, T, 3)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.