powered by
These functions implement the log-odds (or logit) transformation. This is a common transformation for psychometric models that is used to put probabilities on a continuous scale.
logit(x)inv_logit(x)
inv_logit(x)
A transformed double.
A number to be transformed.
logit(0.6) logit(0.5) inv_logit(3.5) inv_logit(0)
Run the code above in your browser using DataLab