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