powered by
Summary method for class "Mclust".
"Mclust"
# S3 method for Mclust summary(object, classification = TRUE, parameters = FALSE, …) # S3 method for summary.Mclust print(x, digits = getOption("digits"), …)
An object of class 'Mclust' resulting of a call to Mclust or densityMclust.
'Mclust'
Mclust
densityMclust
An object of class 'summary.Mclust', usually, a result of a call to summary.Mclust.
'summary.Mclust'
summary.Mclust
Logical; if TRUE a table of MAP classification/clustering of observations is printed.
TRUE
Logical; if TRUE, the parameters of mixture components are printed.
The number of significant digits to use when printing.
Further arguments passed to or from other methods.
Mclust, densityMclust.
# NOT RUN { mod1 = Mclust(iris[,1:4]) summary(mod1) summary(mod1, parameters = TRUE, classification = FALSE) mod2 = densityMclust(faithful) summary(mod2) summary(mod2, parameters = TRUE) # }
Run the code above in your browser using DataLab