Learn R Programming

radiant (version 0.1.95)

summary.kmeans_clus: Summary method for kmeans_clus

Description

Summary method for kmeans_clus

Usage

"summary"(object, ...)

Arguments

object
Return value from kmeans_clus
...
further arguments passed to or from other methods

Details

See http://vnijs.github.io/radiant/marketing/kmeans_clus.html for an example in Radiant

See Also

kmeans_clus to generate results

plot.kmeans_clus to plot results

save_membership to add cluster membership to the selected dataset

Examples

Run this code
result <- kmeans_clus("shopping", km_vars = c("v1:v6"))
summary(result)

Run the code above in your browser using DataLab