compute_S_mcquitty_gencov | R Documentation |
Computes the conditioning set S for McQuitty linkage hierarchical clustering (WPGMA), w/o assuming isotropic covariance matrix
compute_S_mcquitty_gencov(X, hcl, K, k1, k2, stat, dist)
X |
the n x q data set |
hcl |
hclust object obtained by clustering X |
K |
number of clusters |
k1 |
the index of first cluster involved in the test |
k2 |
the index of second cluster involved in the test |
stat |
the test statistic, |
dist |
The distances of matrix X |
Returns an "Intervals" object containing the conditioning set.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.