mclustBIC
.
"summary"(object, data, G, modelNames, ...)
'mclustBIC'
object,
which is the result of applying mclustBIC
to data
.
as.character(G)
must be a subset of the row names of
object
).
The default is to select the best model for all numbers
of mixture components used to obtain object
.
as.character(model)
must be a subset of the column names of
object
).
The default is to select the best model for parameterizations
used to obtain object
.
z
, and log-likelihood,
together with the associated classification and its uncertainty.The details of the output components are as follows:mclustBIC
mclustModel
irisBIC <- mclustBIC(iris[,-5])
summary(irisBIC, iris[,-5])
summary(irisBIC, iris[,-5], G = 1:6, modelNames = c("VII", "VVI", "VVV"))
Run the code above in your browser using DataLab