log_odds | R Documentation |
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)
x |
A number to be transformed |
A transformed double
logit(0.6)
logit(0.5)
inv_logit(3.5)
inv_logit(0)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.