\frac{\exp\{x\}}{1 + \exp\{x\}}
expit(x)
x
A numeric value or vector to compute the expit function on.
expit returns the result of the function f(x) = \frac{\exp\{x\}}{1 + \exp\{x\}} for a given x.
expit
f(x) = \frac{\exp\{x\}}{1 + \exp\{x\}}