You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
\title{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 \code{'mclustBIC'} object as returned by function \code{\link{mclustBIC}}.
}
\usage{
mclustLoglik(object, \dots)
}
\arguments{
\item{object}{An object of class \code{'mclustBIC'} containing the
BIC values as returned by a call to \code{\link{mclustBIC}}.
}
\item{\dots}{
Catches unused arguments in an indirect or list call via \code{do.call}.
}
}
\value{
An object of class \code{'mclustLoglik'} containing the maximal log-likelihood values for the Gaussian mixture models provided as input.