Description Usage Arguments Value
Inverse logit function.
1 | invlogit(x)
|
x |
A number, a vector of numbers or other numerical structure. |
Inverse logit, exp(x)/(1+exp(x))
, with the same numerical strucure as x
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.