powered by
Computes the inverse logit transformation.
expit(x)
Value between 0 and 1.
A numeric input.
expit(0) # returns 0.5 expit(c(-2, 0, 2))
Run the code above in your browser using DataLab