logLik.RdExtracts the maximized log-likelihood from fitted models of formal class “glimML”.
# S4 method for class 'glimML'
logLik(object, ...)Generic function: see logLik.
Extract the maximized log-likelihood from models of formal class “glimML”, fitted by functions
betabin and negbin.
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.