Logit Transformation
Transform real values to the logit scale, and the inverse.
logit(x) invlogit(y)
x |
vector of numeric values in (0,1) (possibly a probability) |
y |
vector of numeric values |
The logit transformation is defined as logit(x) = log(x/(1--x)) for x in (0,1).
Numeric value on requested scale.
logit(0.5) invlogit(logit(0.2))
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.