powered by
Replaces an object with the inverse log odds of value.
log_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_ratio(), odds(), odds<-(), odds_ratio()
inv_odds()
log_odds()
log_odds_ratio()
odds()
odds<-()
odds_ratio()
x <- NULL log_odds(x) <- 0.5 x
Run the code above in your browser using DataLab