transf_invlogit | R Documentation |
Inverse Logit Transformation
transf_invlogit(x)
x |
A numeric vector. |
The inverse logit of x, computed as exp(x) / (1 + exp(x)).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.