BSkyHierClus: Hierarchical Cluster

BSkyHierClusR Documentation

Hierarchical Cluster

Description

Hierarchical cluster analysis on a set of dissimilarities and methods for analyzing it.

Usage

BSkyHierClus(
  varsToCluster,
  method,
  noOfClusters,
  distance,
  plotDendogram,
  assignClusterToDataset,
  label = "",
  plotBiplot,
  dataset,
  excludeEnvPrefix = FALSE
)

Arguments

varsToCluster

The variables to analyze

method

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).

noOfClusters

The number of clusters desired

plotDendogram

Plot a dendogram True or false

assignClusterToDataset

Save the cluster assignments to the dataset

label

name for the new variable that stores the cluster assignments

plotBiplot

plot Biplot TRUE or FALSE

dataset

Name of the dataset


BlueSkyStatistics/BlueSky documentation built on Jan. 29, 2025, 4:15 p.m.