powered by
Logistic Transformation
logit(x) <- value
Called for the side effect of updating x.
x
An existing object.
A numeric atomic object of the value to inverse logistically transform.
A wrapper on stats::plogis(value).
stats::plogis(value)
Other translations: fabs(), ilogit(), ilog(), inv_logit(), invlogit(), log<-(), logit(), phi(), pow(), step()
fabs()
ilogit()
ilog()
inv_logit()
invlogit()
log<-()
logit()
phi()
pow()
step()
x <- 1 logit(x) <- 0.5 x
Run the code above in your browser using DataLab