logit<- | R Documentation |
Logistic Transformation
logit(x) <- value
x |
An existing object. |
value |
A numeric atomic object of the value to inverse logistically transform. |
A wrapper on stats::plogis(value)
.
Called for the side effect of updating x
.
Other translations:
exp10()
,
exp2()
,
fabs()
,
ilog()
,
ilog10()
,
ilog2()
,
ilogit()
,
inv_logit()
,
invlogit()
,
log10<-()
,
log2<-()
,
log<-()
,
logit()
,
phi()
,
pow()
,
step()
x <- 1
logit(x) <- 0.5
x
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.