powered by
Return the inverse logit.
invlogit(n)
The value to inverse to get the probability
A value
invlogit returns the inverse logit
Other logit: flexit(), logit()
flexit()
logit()
# NOT RUN { n <- logit(0.5) invlogit(n) # }
Run the code above in your browser using DataLab