Description Usage Arguments Value See Also Examples
View source: R/2_diagnostic_functions.R
Function to compute the log-likelihood at the estimated parameters for mixed Poisson regression models.
1 2 |
object |
an object of class "mixpoissonreg" containing results from the fitted model. |
... |
further arguments passed to or from other methods. |
Returns an object of class LogLik
containing the log-likelihood
of the fitted mixpoissonreg object.
1 2 | daysabs_prog <- mixpoissonreg(daysabs ~ prog, data = Attendance)
logLik(daysabs_prog)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.