logLik-methods {aod} | R Documentation |
Extracts the maximized log-likelihood from fitted models of formal class “glimML”.
## S4 method for signature 'glimML' logLik(object, ...)
object |
A fitted model of formal class “glimML” (functions |
... |
Other arguments passed to methods. |
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).
logLik
in package stats.