Learn R Programming

MLCM (version 0.4.4)

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

Value

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

Arguments

object, ...

object of class mlcm typically generated by mlcm.

Author

Kenneth Knoblauch

Details

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

See Also

Examples

Run this code
 logLik(mlcm(BumpyGlossy))

Run the code above in your browser using DataLab