Summary method for the hclus function

# S3 method for hclus
summary(object, ...)

Arguments

object

Return value from hclus

...

further arguments passed to or from other methods

Details

See https://radiant-rstats.github.io/docs/multivariate/hclus.html for an example in Radiant

See also

hclus to generate results

plot.hclus to plot results

Examples

result <- hclus(shopping, vars = c("v1:v6")) summary(result)
#> Hierarchical cluster analysis #> Data : shopping #> Variables : v1, v2, v3, v4, v5, v6 #> Method : ward.D #> Distance : sq.euclidian #> Standardize : TRUE #> Observations: 20