View source: R/logit-antilogit.R
antilogit | R Documentation |
Calculates the inverse logit (logistic) transformation of a real number. This function transforms any real number into a probability between 0 and 1.
antilogit(x)
x |
Numeric value or vector of real numbers |
Probability value(s) between 0 and 1
antilogit(0) # Returns 0.5
antilogit(1.099) # Returns ~0.75
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.