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