Description Usage Arguments Author(s) See Also Examples
Summary method for class "Mclust"
.
1 2 3 4 |
object |
An object of class |
x |
An object of class |
parameters |
Logical; if |
classification |
Logical; if |
digits |
The number of significant digits to use when printing. |
... |
Further arguments passed to or from other methods. |
Luca Scrucca
1 2 3 4 5 6 7 8 9 10 11 12 | mod1 = Mclust(iris[,1:4])
summary(mod1)
summary(mod1, parameters = TRUE, classification = TRUE)
mod2 = Mclust(iris[,1:4], G = 1)
summary(mod2, parameters = TRUE, classification = TRUE)
mod3 = Mclust(iris[,1:4], prior = priorControl())
summary(mod3)
mod4 = Mclust(iris[,1:4], prior = priorControl(functionName="defaultPrior", shrinkage=0.1))
summary(mod4, parameters = TRUE, classification = TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.