Odds-ratio table from a fitted logistic GLM
Usage
odds_ratio_table(
model,
confidence = 0.95,
digits = 3L,
apa = FALSE,
output_format = "dataframe",
title = "Odds Ratios"
)
Arguments
- model
A fitted glm with family = binomial().
- confidence
Confidence level.
- digits
Decimal places.
- apa
APA formatting.
- output_format
Output target.
- title
Title.