logit {GenEst} | R Documentation |
Compute the logit or anti-logit
Description
Compute the logit or anti-logit
Usage
logit(x)
alogit(x)
Arguments
x |
A number. For |
Value
logit
: The logit of x
.
alogit
: The anti-logit of x
.
Examples
logit(0.5)
alogit(0)
[Package GenEst version 1.4.9 Index]