Description Usage Arguments Value Examples
View source: R/logitfunctions.R
Log odds, also known as logits, are the logarithms, usually to the base of the natural logarithms, of odds.
1 | logit(p)
|
p |
A numeric vector of probabilities, which are values between 0.0 and 1.0. |
A numeric vector of logits, which are positive or negative real numbers.
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.