invLogit {bhmbasket} | 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
invLogit(logit(0.3))
invLogit(c(-Inf, 0, Inf))