odds-set: Inverse Odds Transformation

odds<-R Documentation

Inverse Odds Transformation

Description

Replaces an object with the inverse odds of value.

Usage

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(), log_odds(), odds_ratio(), odds()

Examples

x <- NULL
odds(x) <- 0.5
x

extras documentation built on May 31, 2023, 6:22 p.m.