logLik-methods: Methods for Functions "logLik" in Package "aod"
Description
Extracts the maximized log-likelihood from fitted models of formal class glimML.
Usage
## S3 method for class 'glimML':
logLik(object, \dots)
Arguments
object
A fitted model of formal class glimML (functions betabin or negbin).
...
Other arguments passed to methods.
Value
A numeric scalar with 2 attributes: df (number of parameters in the model) and nobs
(number of observations = degrees of freedom of the residuals + number of parameters in the model).