powered by
Compute the maximal log-likelihood from a table of BIC values contained in a 'mclustBIC' object as returned by function mclustBIC.
'mclustBIC'
mclustBIC
mclustLoglik(object, ...)
An object of class 'mclustLoglik' containing the maximal log-likelihood values for the Gaussian mixture models provided as input.
'mclustLoglik'
An object of class 'mclustBIC' containing the BIC values as returned by a call to mclustBIC.
Catches unused arguments in an indirect or list call via do.call.
do.call
mclustBIC.
# \donttest{ BIC <- mclustBIC(iris[,1:4]) mclustLoglik(BIC) # }
Run the code above in your browser using DataLab