View source: R/transformations.r
invlogit | R Documentation |
Calculates the inverse logit
invlogit(x)
x |
Vector of numbers |
Maps the real line to [0, 1]
x
mapped to [0, 1]
Jared P. Lander
invlogit(3) invlogit(-6:6) invlogit(c(-1, 1, 2))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.