Description Usage Arguments Value Examples
View source: R/logitfunctions.R
This implements the inverse logit function. This function is also the
cumulative distribution function of the logistic distributions, and so is
available using the stats::plogis()
function.
1 | ilogit(log_odds)
|
log_odds |
A numeric vector of positive or negative real numbers that represent log odds, also known as logits. |
A vector of probabilities, which are values between 0.0 and 1.0.
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.