ilogit {faraway} | R Documentation |
Inverse Logit Transformation
Description
Computes the inverse logit transformation
Usage
ilogit(x)
Arguments
x |
a numeric vector |
Value
exp(x)/(1+exp(x))
Author(s)
Julian Faraway
See Also
logit
Examples
ilogit(1:3)
#[1] 0.7310586 0.8807971 0.9525741
[Package faraway version 1.0.8 Index]