Skip to contents

Calculates the odds ratio for two probabilities.

Usage

odds_ratio(x, x2)

Arguments

x

A numeric object (vector, matrix or array) of probabilities.

x2

A second numeric object of probabilities.

Value

A numeric object of the odds ratios.

See also

Other odds: inv_odds(), log_odds(), log_odds<-(), log_odds_ratio(), odds(), odds<-()

Examples

odds_ratio(0.5, 0.75)
#> [1] 0.3333333