logLik.Model: Extracts the log-likelihood from an mcml object
Description
Extracts the log-likelihood value from an `Model` object. If no data `y` are specified then it returns NA.
Usage
# S3 method for Model
logLik(object, ...)
Value
An object of class `logLik`. If both `fixed` and `covariance` are FALSE then it returns NA.
Arguments
- object
An `Model` object.
- ...
Further arguments passed from other methods