mclustLoglik: Log-likelihood from a table of BIC values for parameterized...

Description Usage Arguments Value See Also Examples

View source: R/mclust.R

Description

Compute the maximal log-likelihood from a table of BIC values contained in a 'mclustBIC' object as returned by function mclustBIC.

Usage

1
mclustLoglik(object, ...)

Arguments

object

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.

Value

An object of class 'mclustLoglik' containing the maximal log-likelihood values for the Gaussian mixture models provided as input.

See Also

mclustBIC.

Examples

1
2
3
4
5
## Not run: 
BIC <- mclustBIC(iris[,1:4])
mclustLoglik(BIC)

## End(Not run)

Japrin/mclust documentation built on Nov. 18, 2019, 5:21 a.m.