logLik.mix: Log-Likelihood for Fitted GMM

View source: R/01_Class.R

logLik.mixR Documentation

Log-Likelihood for Fitted GMM

Description

Returns the final EM objective; for models with missing data this is not the exact log-likelihood of the observed data.

Usage

## S3 method for class 'mix'
logLik(object, ...)

Arguments

object

A mix object.

...

Unused.

Value

Numeric scalar (the stored EM objective).


MGMM documentation built on Feb. 27, 2026, 1:07 a.m.