invlogit-deprecated {ROCit} | R Documentation |
Logistic Transformation
Description
invlogit
returns the logistic transformed value.
Usage
invlogit(x)
Arguments
x |
A number or numeric vector from |
Value
Logistic transformed value of x
, 1/(1+exp(-x))
See Also
[Package ROCit version 2.1.2 Index]