logLik.mlcm {MLCM} | R Documentation |
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
object , ... |
object of class |
Details
See the help page for the generic function logLik for details.
Value
Returns an object of class logLik
with an attribute, df
, giving the degrees of freedom.
Author(s)
Kenneth Knoblauch
See Also
Examples
logLik(mlcm(BumpyGlossy))
[Package MLCM version 0.4.3 Index]