logit | R Documentation |
logit: function for logit calculation
logit(input)
input |
vector of value(s) consisting of proportions 'p' between 0 and 1 |
Returns value(s) between negative infinity and infinity
# taking the logit of any proportion between 0 and 1
logit(0.4)
# taking the logit of a vector of proportions
logit(c(0.1, 0.2, 0.9))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.