Learn R Programming

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

Arguments

object, …

object of class mlcm typically generated by mlcm.

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
# NOT RUN {
 logLik(mlcm(BumpyGlossy))
# }

Run the code above in your browser using DataLab