Description Usage Arguments Value Examples
Expit function
1 | expit(x)
|
x |
value between -infinity and infinity |
1/(1+exp(-x))
1 2 | x <- 1;
expit(x);
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.