logit {HelpersMG} | R Documentation |
Return the logit
Description
Return the logit.
Usage
logit(p)
Arguments
p |
The probability |
Details
logit returns the logit
Value
A value
Author(s)
Marc Girondot marc.girondot@gmail.com
See Also
Other logit:
flexit()
,
invlogit()
Examples
n <- logit(0.5)
invlogit(n)
[Package HelpersMG version 6.1 Index]