expit | R Documentation |
Expit function
expit(x)
x |
vector to expit |
numeric vector with the value of the expit function y = expit(x) = exp(x)/(1+exp(x)).
Expit helper function.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.