powered by
Inverse logit function
inv_logit(x)
is a real -inf to inf
a value between 0 and 1
https://en.wikipedia.org/wiki/Logit
# NOT RUN { inv_logit(5) inv_logit(-5) inv_logit(0) # }
Run the code above in your browser using DataLab