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