powered by
Calculates the log odds ratio for two probabilities.
log_odds_ratio(x, x2)
A numeric object of the log odds ratios.
A numeric object (vector, matrix or array) of probabilities.
A second numeric object of probabilities.
Other odds: inv_odds(), log_odds(), log_odds<-(), odds(), odds<-(), odds_ratio()
inv_odds()
log_odds()
log_odds<-()
odds()
odds<-()
odds_ratio()
log_odds_ratio(0.5, 0.75)
Run the code above in your browser using DataLab