treecut.sumstats: A function to estimate some intra-cluster summary statstics...

View source: R/treecut.sumstats.R

treecut.sumstatsR Documentation

A function to estimate some intra-cluster summary statstics in you hclust object.

Description

This function estimates a few summary statistics (N, min, mean, max) for each cluster, with an N > 1, at your defined cutheight in your hclust object.

Usage

treecut.sumstats(tree, cormat, cutheight)

Arguments

tree

a hclust object of you variables, built with the cormat and the hclust method "complete"

cormat

a correlation matrix among you variables

cutheight

the height at which you wish to cut your tree

Examples

treecut.sumstats()

hughesevoanth/iPVs documentation built on July 26, 2023, 3:21 p.m.