| mclustLoglik | R Documentation |
Compute the maximal log-likelihood from a table of BIC values contained in a 'mclustBIC' object as returned by function mclustBIC.
mclustLoglik(object, ...)
object |
An object of class |
... |
Catches unused arguments in an indirect or list call via |
An object of class 'mclustLoglik' containing the maximal log-likelihood values for the Gaussian mixture models provided as input.
mclustBIC.
BIC <- mclustBIC(iris[,1:4])
mclustLoglik(BIC)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.