Learn R Programming

MGMM (version 1.0.1.3)

logLik.mix: 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 mix
logLik(object, ...)

Value

Numeric scalar (the stored EM objective).

Arguments

object

A mix object.

...

Unused.