inv_logit | R Documentation |
Inverse Logit Function
inv_logit(x)
x |
Real number(s) to take the inverse logit of |
This function is a short hand to \exp(x)/(1 + \exp(x))
.
Vector of probabilities between 0 and 1
inv_logit(0.5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.