| summary.kclus {radiant.multivariate} | R Documentation | 
Summary method for kclus
Description
Summary method for kclus
Usage
## S3 method for class 'kclus'
summary(object, dec = 2, ...)
Arguments
| object | Return value from  | 
| 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
result <- kclus(shopping, vars = "v1:v6", nr_clus = 3)
summary(result)
[Package radiant.multivariate version 1.6.6 Index]