Learn R Programming

extras (version 0.2.0)

odds_ratio: Odds Ratio

Description

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: log_odds_ratio(), odds()

Examples

Run this code
# NOT RUN {
odds_ratio(0.5, 0.75)
# }

Run the code above in your browser using DataLab