logLik.Model {glmmrBase} | R Documentation |
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 class 'Model'
logLik(object, ...)
Arguments
object |
An 'Model' object. |
... |
Further arguments passed from other methods |
Value
An object of class 'logLik'. If both 'fixed' and 'covariance' are FALSE then it returns NA.
[Package glmmrBase version 0.9.2 Index]