logit | R Documentation |
This function returns the logit of the input argument.
logit(p)
p |
A numeric in (0, 1) |
This function is an alias for 'stats::binomial()$linkfun'
logit of p
Stephan Wojciekowski
family
logit(invLogit(0.3)) logit(c(0, 0.5, 1))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.