Description Usage Arguments Value See Also Examples
View source: R/2_diagnostic_functions.R
Function providing a summary of results related to 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. |
An object of class summary_mixpoissonreg
containing several
informations of a mixpoissonreg object.
plot.mixpoissonreg
, autoplot.mixpoissonreg
,
local_influence_plot.mixpoissonreg
, local_influence_autoplot.mixpoissonreg
1 2 | daysabs_prog <- mixpoissonreg(daysabs ~ prog, data = Attendance)
summary(daysabs_prog)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.