mclustBIC
.## S3 method for class 'mclustBIC':
summary(object, data, G, modelNames, \dots)
"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 toas.character(model)
must be a subset of the column names of
object
).
The default is to select thz
, and loglikelihood,
together with the associated classification and its uncertainty.The details of the output components are as follows:
map(z)
: The classification corresponding to z
."bestBICvalues"
Some of the best bic values for the analysis.
"prior"
The prior as specified in the input.
"control"
The control parameters for EM as specified in
the input.
"initialization"
The parameters used to initial EM for
computing the maximum likelihood values used to obtain the BIC.C. Fraley, A. E. Raftery, T. B. Murphy and L. Scrucca (2012). mclust Version 4 for R: Normal Mixture Modeling for Model-Based Clustering, Classification, and Density Estimation. Technical Report No. 597, Department of Statistics, University of Washington.
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