powered by
Compute the logit or anti-logit.
logit(p)expit(theta)
expit(theta)
Computed logit or anti-logit
probability between 0 and 1.
logit between -infinity and +infinity
C.J.Schwarz cschwarz@stat.sfu.ca
##---- compute the logit and its inverse logitp <- logit(.3) p <- expit(-.84)
Run the code above in your browser using DataLab