expit | R Documentation |
\frac{\exp\{x\}}{1 + \exp\{x\}}
expit(x)
x |
A numeric value or vector to compute the expit function on. |
expit
returns the result of the function
f(x) = \frac{\exp\{x\}}{1 + \exp\{x\}}
for a given x
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.