logit {corncob} | R Documentation |
Logit transformation
Description
Logit transformation
Usage
logit(x)
Arguments
x |
data |
Value
logit of x
Examples
x <- .5
logit(x)
[Package corncob version 0.4.1 Index]
logit {corncob} | R Documentation |
Logit transformation
logit(x)
x |
data |
logit of x
x <- .5
logit(x)