powered by
Replaces an object with the inverse odds of value.
odds(x) <- value
Called for the side effect of updating x.
x
An existing R object.
A numeric atomic object.
Other odds: inv_odds(), log_odds(), log_odds<-(), log_odds_ratio(), odds(), odds_ratio()
inv_odds()
log_odds()
log_odds<-()
log_odds_ratio()
odds()
odds_ratio()
x <- NULL odds(x) <- 0.5 x
Run the code above in your browser using DataLab