Learn R Programming

MLCM (version 0.0-3)

logLik.mlcm: Extract Log-Likelihood from mlcm Object

Description

This is a method function for extracting the log likelihood from objects of class mlcm.

Usage

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

Arguments

Value

  • Returns an object of class logLik with an attribute, df, giving the degrees of freedom.

Details

See the help page for the generic function logLik for details.

See Also

logLik

Examples

Run this code
logLik(mlcm(BumpyGlossy))

Run the code above in your browser using DataLab