| logit | R Documentation |
Computes the logit transformation.
logit(x)
x |
( |
The logit of x, computed as log(x / (1 - x)).
logit(0.5)
logit(c(0.1, 0.5, 0.9))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.