log_odds<- {extras} | R Documentation |
Replaces an object with the inverse log odds of value.
log_odds(x) <- value
x |
An existing R object. |
value |
A numeric atomic object. |
Called for the side effect of updating x
.
Other odds:
inv_odds()
,
log_odds()
,
log_odds_ratio()
,
odds()
,
odds<-()
,
odds_ratio()
x <- NULL
log_odds(x) <- 0.5
x