| expit | R Documentation |
expit computes exp(\code{x}) / (1 + exp(\code{x})), i.e. the inverse to
logit, i.e. it maps the interval (-\infty, \infty)
to the interval of [0, 1].
expit(x)
x |
a number |
expit of x
Tomas Sieger
'logit'
expit(-1e10)
expit(0)
expit(1e10)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.