| logit | R Documentation |
Logistic transforms a numeric atomic object.
logit(x)
x |
A numeric atomic object. |
A wrapper on stats::qlogis().
The logistically transformed numeric atomic object.
Other translations:
exp10(),
exp2(),
fabs(),
ilog(),
ilog10(),
ilog2(),
ilogit(),
inv_logit(),
invlogit(),
log10<-(),
log2<-(),
log<-(),
logit<-(),
phi(),
pow(),
step()
logit(c(0.25, 0.5, 0.75))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.