powered by
Summarizes main information regarding a MSclust object.
MSclust
# S3 method for MSclust summary(object, ...)
No return value, called to summarize the fitted model's results
A MSclust object.
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.
## Not run: if (FALSE) { data(sim) result <- mscn(X = sim, k = 2, initialization = "kmeans", method = "BFGS") summary(result)} ## End(Not run)
Run the code above in your browser using DataLab