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
Returns the log-likelihood for a \code{'Mclust'} object.}
\usage{
\method{logLik}{Mclust}(object, \dots)
}
\arguments{
\item{object}{an object of class \code{'Mclust'} resulting from a call to \code{\link{Mclust}}.}
\item{\dots}{further arguments passed to or from other methods.}
}
% \details{}
\value{Returns an object of class \code{'logLik'} with an element providing the maximized log-likelihood, and further arguments giving the number of (estimated) parameters in the model (\code{"df"}) and the sample size (\code{"nobs"}).}