R/logit.R
logit.Rd
Computes logit transformation.
logit(p)
probability
logit(p) returns [log(p/(1-p)]
Jeff Laake