logit | R Documentation |
The logit function
The expit function
logit(x) expit(x)
x |
numeric |
curve(logit, from = 0.1, to = 0.9) curve(expit, from = -5, to = 5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.