logit | R Documentation |
The logit function: f(x) = log(x / (1/x)). Large absolute values of x will be truncated to +/- 5 after logit transformation according to its sign.
logit(x)
x |
a value or a numeric vector between 0 and 1 (exclusive) |
a number or real-valued vector
logit(0.2)
logit(c(0.2, 0.6, 0.95))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.