| odds | R Documentation | 
Calculates the odds for probabilities.
odds(x)
| x | A numeric object (vector, matrix or array) of probabilities. | 
A numeric object of the the odds for each probability.
Other odds: 
inv_odds(),
log_odds(),
log_odds<-(),
log_odds_ratio(),
odds<-(),
odds_ratio()
odds(c(0, 0.5, 0.9, 1))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.