logLik.mvn: Log-Likelihood for Fitted MVN Model
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 mvn
logLik(object, ...)
Value
Numeric scalar (the stored EM objective).
Arguments
- object
A mvn object.
- ...
Unused.