ilogit | R Documentation |
Inverse logistic function = exp(x) / (1 + exp(x))
ilogit(x)
x |
Real number |
curve(ilogit, from=-5, to=5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.