invlogit | 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.