Learn R Programming

extras (version 0.6.1)

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_ratio(), log_odds(), odds<-(), odds_ratio(), odds()

Examples

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

Run the code above in your browser using DataLab