powered by
Computes the logit transformation.
logit(x)
The logit of x, computed as log(x / (1 - x)).
x
log(x / (1 - x))
(numeric) the function argument.
numeric
logit(0.5) logit(c(0.1, 0.5, 0.9))
Run the code above in your browser using DataLab