invlogit {HelpersMG} | R Documentation |
Return the inverse logit.
invlogit(n)
n |
The value to inverse to get the probability |
invlogit returns the inverse logit
A value
Marc Girondot marc.girondot@gmail.com
Other logit:
flexit()
,
logit()
n <- logit(0.5)
invlogit(n)