odds_ratio | R Documentation |
Calculates the odds ratio for two probabilities.
odds_ratio(x, x2)
x |
A numeric object (vector, matrix or array) of probabilities. |
x2 |
A second numeric object of probabilities. |
A numeric object of the odds ratios.
Other odds:
inv_odds()
,
log_odds()
,
log_odds<-()
,
log_odds_ratio()
,
odds()
,
odds<-()
odds_ratio(0.5, 0.75)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.