Nclus | R Documentation |
A simple artificial regression example with 4 clusters, all of them having a Gaussian distribution.
data(Nclus)
The Nclus
data set can be re-created by loading package
flexmix and running ExNclus(100)
using set.seed(2602)
. It has been saved as a data set for
simplicity of examples only.
data(Nclus)
cl <- cclust(Nclus, k=4, simple=FALSE, save.data=TRUE)
plot(cl)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.