powered by
Returns the inverse logit. Where,
$$ expit(x) = \frac{\exp(x)}{(1+\exp(x))} $$
expit(x)
Numeric that is the inverse logit of x.
x
numeric vector
expit(1:10)
Run the code above in your browser using DataLab