logit | R Documentation |
Logit and inverse logit functions
logit(x, shift = FALSE)
inv_logit(x, shift = FALSE)
x |
Probability or logit to transform |
shift |
Shift transformation such that the domain is between -1 and 1? Defaults to domain of 0 to 1. |
logit(0.9)
inv_logit(2.197225)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.