ilogit {extras} | R Documentation |
Inverse Logistic Transformation
Description
Inverse logistically transforms a numeric atomic object.
Usage
ilogit(x)
Arguments
x |
A numeric atomic object. |
Details
A wrapper on stats::plogis()
.
Value
A numeric atomic object.
See Also
Other translations:
fabs()
,
ilog()
,
inv_logit()
,
invlogit()
,
log<-()
,
logit<-()
,
logit()
,
phi()
,
pow()
,
step()
Examples
ilogit(c(-1, 0, 5))
[Package extras version 0.6.1 Index]