Description Usage Arguments Value Examples
Inverse Logit
1
invlogit(y)
y
numeric() Finite or infinite scalar.
numeric()
The inverse of the log odds ratio
1 2 3 4
invlogit(Inf) invlogit(0) invlogit(-Inf) invlogit(matrix(c(-Inf, 0, 0, Inf), nrow = 2))
Add the following code to your website.
REMOVE THIS Copy to clipboard
For more information on customizing the embed code, read Embedding Snippets.