| odds_ratio {extras} | R Documentation |
Odds Ratio
Description
Calculates the odds ratio for two probabilities.
Usage
odds_ratio(x, x2)
Arguments
x |
A numeric object (vector, matrix or array) of probabilities. |
x2 |
A second numeric object of probabilities. |
Value
A numeric object of the odds ratios.
See Also
Other odds:
inv_odds(),
log_odds<-(),
log_odds_ratio(),
log_odds(),
odds<-(),
odds()
Examples
odds_ratio(0.5, 0.75)
[Package extras version 0.6.1 Index]