Mclust and mclustBIC.
These are displayed in the legend which appears at the lower right
of the BIC plots.Mclust and mclustBIC.
These are displayed in the legend which appears at the lower right
of the BIC plots.warn = TRUE.mclustOptions is supplied for assigning values to
the .Mclust list.mclustOptions,
Mclust,
mclustBICirisBIC <- Mclust(iris[,-5])
summary(irisBIC, iris[-5])
.Mclust
.Mclust <- mclustOptions(emModelNames = c("VII", "VVI", "VVV"))
.Mclust
irisBIC <- Mclust(iris[,-5])
summary(irisBIC, iris[-5])
.Mclust <- mclustOptions() # restore defaults
.MclustRun the code above in your browser using DataLab