Description Usage Arguments Value Author(s) See Also Examples
The logit transformation (i.e. the log of the odds) and its inverse (also called expit).
1 2 3  | 
a | 
 A vector of real values.  | 
p | 
 A vector of probabilities.  | 
inv.logit returns a vector of the same length as a of the
inverse logit transformed values. This function is also known as the
expit-function.
logit returns a vector of the same length as p with
the log odds of p.
Anders Ellern Bilgrau <anders.ellern.bilgrau@gmail.com>
1 2 3  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.