Last chance! 50% off unlimited learning
Sale ends in
bic(modelName, loglik, n, d, G, noise=FALSE, equalPro=FALSE, ...)
mclustModelNames
describes the available models.modelName
argument.loglik
.loglik
.loglik
.do.call
.C. Fraley and A. E. Raftery (2006). MCLUST Version 3 for R: Normal Mixture Modeling and Model-Based Clustering, Technical Report no. 504, Department of Statistics, University of Washington.
nVarParams
,
mclustBIC
,
do.call
.n <- nrow(iris)
d <- ncol(iris)-1
G <- 3
emEst <- me(modelName="VVI", data=iris[,-5], unmap(iris[,5]))
names(emEst)
args(bic)
bic(modelName="VVI", loglik=emEst$loglik, n=n, d=d, G=G)
do.call("bic", emEst) ## alternative call
Run the code above in your browser using DataLab