summary.MSclust | R Documentation |
Summarizes main information regarding a MSclust
object.
## S3 method for class 'MSclust'
summary(object, ...)
object |
A |
... |
Arguments to be passed to methods, such as graphical parameters. |
Information includes clustering table, total outliers, outliers per cluster, mixing proportions, component means and variances.
No return value, called to summarize the fitted model's results
## Not run:
## Not run:
data(sim)
result <- mscn(X = sim, k = 2, initialization = "kmeans", method = "BFGS")
summary(result)
## End(Not run)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.