invlogit {coefplot} | R Documentation |
invlogit
Description
Calculates the inverse logit
Usage
invlogit(x)
Arguments
x |
Vector of numbers |
Details
Maps the real line to [0, 1]
Value
x
mapped to [0, 1]
Author(s)
Jared P. Lander
Examples
invlogit(3)
invlogit(-6:6)
invlogit(c(-1, 1, 2))
[Package coefplot version 1.2.8 Index]