powered by
This function returns the inverse logit of the input argument.
invLogit(theta)
Inverse logit of theta
A numeric
Stephan Wojciekowski
This function is an alias for `stats::binomial()$linkinv`
family
invLogit(logit(0.3)) invLogit(c(-Inf, 0, Inf))
Run the code above in your browser using DataLab