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