powered by
Computes the inverse logit transformation
ilogit(x)
exp(x)/(1+exp(x))
a numeric vector
Julian Faraway
logit
ilogit(1:3) #[1] 0.7310586 0.8807971 0.9525741
Run the code above in your browser using DataLab