Summarizing Gaussian Finite Mixture Model Fits
Summary method for class "Mclust"
.
## S3 method for class 'Mclust' summary(object, classification = TRUE, parameters = FALSE, ...) ## S3 method for class 'summary.Mclust' print(x, digits = getOption("digits"), ...)
object |
An object of class |
x |
An object of class |
classification |
Logical; if |
parameters |
Logical; if |
digits |
The number of significant digits to use when printing. |
... |
Further arguments passed to or from other methods. |
Luca Scrucca
mod1 = Mclust(iris[,1:4]) summary(mod1) summary(mod1, parameters = TRUE, classification = FALSE) mod2 = densityMclust(faithful, plot = FALSE) summary(mod2) summary(mod2, parameters = TRUE)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.