Description Usage Arguments Value Examples
Logit function
1 | logit(x)
|
x |
value between 0 and 1 |
log(x/(1-x))
1 2 | x <- 0.3;
logit(x);
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.