logLik.Model {glmmrBase} | R Documentation |
Extracts the log-likelihood value from an 'Model' object. If no data 'y' are specified then it returns NA.
## S3 method for class 'Model'
logLik(object, ...)
object |
An 'Model' object. |
... |
Further arguments passed from other methods |
An object of class 'logLik'. If both 'fixed' and 'covariance' are FALSE then it returns NA.