odds<- {extras} | R Documentation |
Replaces an object with the inverse odds of value.
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<-()
,
log_odds_ratio()
,
odds()
,
odds_ratio()
x <- NULL
odds(x) <- 0.5
x