powered by
Calculates the odds for probabilities.
odds(x)
A numeric object (vector, matrix or array) of probabilities.
A numeric object of the the odds for each probability.
Other odds: log_odds_ratio(), odds_ratio()
log_odds_ratio()
odds_ratio()
# NOT RUN { odds(c(0, 0.5, 0.9, 1)) # }
Run the code above in your browser using DataLab