tidy_robpois: Tidy Robust Poisson Regression

Description Usage Arguments Value

View source: R/tidy-robust-poisson.R

Description

Fits a Poisson regression model with robust variance estimation (modified Poisson regressin) and returns a tidy version of the results.

Usage

1
tidy_robpois(data, formula, ci = 0.95, expo = FALSE)

Arguments

data

Data frame.

formula

Formula describing the model.

ci

Confidence interval width.

expo

Logical. Should the estimates and confidence intervals be exponentiated?

Value

A tibble.


mattwarkentin/sandbox documentation built on Jan. 29, 2020, 4:46 p.m.