expit | R Documentation |
Returns the inverse logit. Where,
expit(x) = \frac{\exp(x)}{(1+\exp(x))}
expit(x)
x |
numeric vector |
Numeric that is the inverse logit of x
.
expit(1:10)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.