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