logit | R Documentation |
Returns the logit. Where,
logit(x) = \log(x/(1-x))
logit(x)
x |
numeric vector |
Numeric that is the logit of x
.
expit
logit(1:10)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.