Learn R Programming

extras (version 0.7.3)

inv_odds: Inverse Odds

Description

Calculates the probabilities for odds.

Usage

inv_odds(x)

Value

A numeric object of the the probabilities for each odd.

Arguments

x

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

See Also

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

Examples

Run this code
inv_odds(c(0, 1, 9, 9999))

Run the code above in your browser using DataLab