log_odds-set: Inverse Log Odds Transformation

log_odds<-R Documentation

Inverse Log Odds Transformation

Description

Replaces an object with the inverse log odds of value.

Usage

log_odds(x) <- value

Arguments

x

An existing R object.

value

A numeric atomic object.

Value

Called for the side effect of updating x.

See Also

Other odds: inv_odds(), log_odds(), log_odds_ratio(), odds(), odds<-(), odds_ratio()

Examples

x <- NULL
log_odds(x) <- 0.5
x

extras documentation built on Sept. 11, 2024, 5:25 p.m.