logit | R Documentation |
Calculates the logit of a real number between 0 and 1
logit(x)
x |
A real number between 0 and 1 |
log(x/(1-x))
logit(0.2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.