expit | R Documentation |
Inverse logit, where logit is defined as log(x/(1-x)).
Expit (inverse logit) is defined as exp(x)/(1+exp(x)).
expit(x)
x |
Numeric vector |
Numeric vector
Matt Tyers
logit
expit(0)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.