Description Usage Arguments Value
View source: R/tidy-robust-poisson.R
Fits a Poisson regression model with robust variance estimation (modified Poisson regressin) and returns a tidy version of the results.
1 | tidy_robpois(data, formula, ci = 0.95, expo = FALSE)
|
data |
Data frame. |
formula |
Formula describing the model. |
ci |
Confidence interval width. |
expo |
Logical. Should the estimates and confidence intervals be exponentiated? |
A tibble
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.