Description Usage Arguments Value
Also known as the "inverse logit", this is an internal function to transform real line values to logit scale values (i.e., (0,1)). expit(x) is defined as e^x / (1 + e^x) for any real value.
1 | expit(x)
|
x |
A vector of real values. |
A vector of real values, the same length as the input.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.