View source: R/distanceBased.R
groupDist | R Documentation |
This function calculates a distance matrix from the data and runs cluster analysis on it. The dendrogram is then cut to form higher level units.
groupDist(
contingency,
binary = TRUE,
dist = "jaccard",
method = "ward.D2",
counts = FALSE,
kgs = FALSE,
plot = FALSE,
feedback = FALSE,
...
)
contingency |
( |
binary |
( |
dist |
( |
method |
( |
counts |
( |
kgs |
( |
plot |
( |
... |
functions passed to the |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.