Returns the logit. Where,
logit(x) = \log(x/(1-x))
logit(x)
x
numeric vector
Numeric that is the logit of x.
expit
logit(1:10)