Replaces an object with the inverse odds of value.
Usage
odds(x) <- valueSee also
Other odds:
inv_odds(),
log_odds(),
log_odds<-(),
log_odds_ratio(),
odds(),
odds_ratio()
Examples
x <- NULL
odds(x) <- 0.5
x
#> [1] 0.3333333
Replaces an object with the inverse odds of value.
odds(x) <- valueOther odds:
inv_odds(),
log_odds(),
log_odds<-(),
log_odds_ratio(),
odds(),
odds_ratio()
x <- NULL
odds(x) <- 0.5
x
#> [1] 0.3333333