powered by
Calculates the log odds for probabilities.
log_odds(x)
A numeric object of the the log odds for each probability.
A numeric object (vector, matrix or array) of probabilities.
Other odds: inv_odds(), log_odds<-(), log_odds_ratio(), odds(), odds<-(), odds_ratio()
inv_odds()
log_odds<-()
log_odds_ratio()
odds()
odds<-()
odds_ratio()
log_odds(c(0, 0.5, 0.9, 1))
Run the code above in your browser using DataLab