Skip to contents

Create an odds ratio table

Usage

calculate_odds(x)

Arguments

x

A logistic regression model.

Value

An odds ratio table.

Examples

calculate_odds(lr_caused)
#> Waiting for profiling to be done...
#>                           OR     2.5 %    97.5 %
#> (Intercept)        0.7038582 0.6376588 0.7764931
#> jur_race_wBlack    1.5977013 1.3235160 1.9296937
#> jur_race_wHispanic 1.7803473 1.4642817 2.1666846
#> jur_race_wAsian    1.5533432 1.1188127 2.1596235
#> jur_race_wOther    1.2704701 0.9434932 1.7086446