invlogit | R Documentation |
Inverse of logistic transformation
invlogit(x)
x |
numeric |
numeric
x <- 1:5
invlogit(log(x/(1-x)))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.