Description Usage Arguments Value See Also Examples
View source: R/2_diagnostic_functions.R
Function providing the fitted means, linear predictors, precisions or variances for mixed Poisson regression models.
1 2 |
object |
object of class "mixpoissonreg" containing results from the fitted model. |
type |
the type of variable to get the fitted values. The default is the "response" type, which provided the estimated values for the means. The type "link" provides the estimates for the linear predictor of the mean. The type "precision" provides estimates for the precision parameters whereas the type "variance" provides estimates for the variances. |
... |
Currently not used. |
A vector containing the fitted values of a mixpoissonreg object.
predict.mixpoissonreg
, summary.mixpoissonreg
,
coef.mixpoissonreg
, vcov.mixpoissonreg
,
plot.mixpoissonreg
1 2 | daysabs_prog <- mixpoissonreg(daysabs ~ prog, data = Attendance)
fitted(daysabs_prog)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.