Expit function
expit(x)
x
vector to expit
numeric vector with the value of the expit function y = expit(x) = exp(x)/(1+exp(x)).
Expit helper function.