Learn R Programming

extras (version 0.2.0)

odds: Odds

Description

Calculates the odds for probabilities.

Usage

odds(x)

Arguments

x

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

Value

A numeric object of the the odds for each probability.

See Also

Other odds: log_odds_ratio(), odds_ratio()

Examples

Run this code
# NOT RUN {
odds(c(0, 0.5, 0.9, 1))
# }

Run the code above in your browser using DataLab