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