Description Usage Arguments Value Examples
Calculate the logit of a number
1 | logit(x)
|
x |
A number between 0 and 1. |
log( x / ( 1 - x ) )
1 | logit(0.9)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.