invLogit | R Documentation |
This function returns the inverse logit of the input argument.
invLogit(theta)
theta |
A numeric |
This function is an alias for 'stats::binomial()$linkinv'
Inverse logit of theta
Stephan Wojciekowski
family
invLogit(logit(0.3)) invLogit(c(-Inf, 0, Inf))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.