log_odds_ratio2 | R Documentation |
Calculates the log odds ratio for a vector of two probabilities.
log_odds_ratio2(x)
x |
A numeric vector of length 2. |
A number.
Other odds fun2:
odds_ratio2()
log_odds_ratio2(c(0.5, 0.9))
log_odds_ratio2(c(0.9, 0.5))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.