View source: R/basic_functions.R
Logit | R Documentation |
Logit function
Logit(x)
x |
numerical scaler input |
Logit(x) = log(1*x/(1-x))
y = Logit(0.5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.