ilogit | R Documentation |
Computes the inverse logit transformation
ilogit(x)
x |
a numeric vector |
exp(x)/(1+exp(x))
Julian Faraway
logit
ilogit(1:3) #[1] 0.7310586 0.8807971 0.9525741
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.