logit-expit.Rd
The logit function
The expit function
logit(x) expit(x)
numeric
curve(logit, from = 0.1, to = 0.9) curve(expit, from = -5, to = 5)