logit | R Documentation |
Transforming (0,1) to normal scale (-Inf Inf)
logit(p, ...)
p |
percentile |
... |
further arguments to qlogis |
function logit(p) = log \left( \frac{p}{1-p} \right) = log(p) - log(1-p)
Thomas Wutzler
invlogit
logitnorm
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.