Learn R Programming

radiant.multivariate (version 1.6.6)

summary.kclus: Summary method for kclus

Description

Summary method for kclus

Usage

# S3 method for kclus
summary(object, dec = 2, ...)

Arguments

object

Return value from kclus

dec

Number of decimals to show

...

further arguments passed to or from other methods

Details

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

See Also

kclus to generate results

plot.kclus to plot results

store.kclus to add cluster membership to the selected dataset

Examples

Run this code
result <- kclus(shopping, vars = "v1:v6", nr_clus = 3)
summary(result)

Run the code above in your browser using DataLab