tidy_glm: Tidy GLM results

Description Usage Arguments Details Value See Also

Description

Return a tidy data frame of GLM results.

Usage

1
tidy_glm(glm_model, exp = TRUE, abbr = FALSE)

Arguments

glm_model

A GLM model object

exp

Logical. Should coefficients and CIs be exponentiated for binomial or poisson models, Default: TRUE

Details

Wraps around broom::tidy() and broom::confint_tidy() to provide a concise overview of model parameters. Can exponentiate coefficients and CIs for binomial or poisson models.

Value

tbl. A data frame with p-value, coefficients, and CIs

See Also

broom::tidy() broom::confint_tidy()


idea-labs/comsldpsy documentation built on April 14, 2020, 4:28 p.m.