Compute the logit for each value of p
The logit is defined as
logit (p) = log (p / (1-p))
See also: probit, logistic_cdf.
Package: statistics