mclustLoglik {mclust} | R Documentation |
Log-likelihood from a table of BIC values for parameterized Gaussian mixture models
Description
Compute the maximal log-likelihood from a table of BIC values contained in a 'mclustBIC'
object as returned by function mclustBIC
.
Usage
mclustLoglik(object, ...)
Arguments
object |
An object of class |
... |
Catches unused arguments in an indirect or list call via |
Value
An object of class 'mclustLoglik'
containing the maximal log-likelihood values for the Gaussian mixture models provided as input.
See Also
Examples
BIC <- mclustBIC(iris[,1:4])
mclustLoglik(BIC)
[Package mclust version 6.1.1 Index]