logit-set: Logistic Transformation

logit<-R Documentation

Logistic Transformation

Description

Logistic Transformation

Usage

logit(x) <- value

Arguments

x

An existing object.

value

A numeric atomic object of the value to inverse logistically transform.

Details

A wrapper on stats::plogis(value).

Value

Called for the side effect of updating x.

See Also

Other translations: exp10(), exp2(), fabs(), ilog10(), ilog2(), ilogit(), ilog(), inv_logit(), invlogit(), log10<-(), log2<-(), log<-(), logit(), phi(), pow(), step()

Examples

x <- 1
logit(x) <- 0.5
x

poissonconsulting/extras documentation built on Jan. 18, 2024, 1:18 a.m.