View source: R/helper_functions.R
invlogit | R Documentation |
Compute the inverse log-odds
invlogit(x)
x |
scalar or vector for which to compute the (componentwise) inverse log-odds |
A scalar or vector of values in (0,1)
x = seq(-5, 5, length.out = 10^3)
plot(x, invlogit(x))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.