View source: R/utility_functions.R
logit | R Documentation |
Logit and Inverse logit
logit(x)
inv_logit(x)
x |
Numeric vector. |
Numeric vector.
logit(0.5)
inv_logit(0)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.