powered by
logit(p) antilogit(x)
log(p/(1-p))
logit
exp(x)/(1+exp(x))
antilogit
-Inf
Inf
x
logit(seq(0,1,.1)) antilogit(logit(seq(0,1,.1)))
Run the code above in your browser using DataLab