gapStat | R Documentation |
Gap statistics
gapStat(df, dist = "spearman", method = "average")
df |
Row is sample, column is variable |
dist |
a character string indicating which correlation coefficient (or covariance) is to be computed. One of "pearson" (default), "kendall", or "spearman" |
method |
Default "Average". 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) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.