Returns the inverse logit. Where,
expit(x) = \frac{\exp(x)}{(1+\exp(x))}
expit(x)
x
numeric vector
Numeric that is the inverse logit of x.
expit(1:10)