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