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_ratio()
,
log_odds()
,
odds<-()
,
odds_ratio()
,
odds()
Examples
inv_odds(c(0, 1, 9, 9999))
[Package extras version 0.6.1 Index]