gapStat: Gap statistics

View source: R/Common.R

gapStatR Documentation

Gap statistics

Description

Gap statistics

Usage

gapStat(df, dist = "spearman", method = "average")

Arguments

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)


ProfessionalFarmer/loonR documentation built on Oct. 9, 2024, 9:56 p.m.