inv_odds {extras}R Documentation

Inverse Odds

Description

Calculates the probabilities for odds.

Usage

inv_odds(x)

Arguments

x

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

Value

A numeric object of the the probabilities for each odd.

See Also

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

Examples

inv_odds(c(0, 1, 9, 9999))

[Package extras version 0.8.0 Index]