Description Usage Arguments Value Examples
Calculate the inverse logit of a number
1 | alogit(x)
|
x |
A number. |
exp(x) / (1 + exp(x))
1 2 | alogit(0.9)
[1] 0.7109495
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.