| logLik-methods | 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).
Generic function: see logLik.
Extract the maximized log-likelihood from models of formal class “glimML”, fitted by functions
betabin and negbin.
logLik in package stats.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.