invlogit returns the logistic transformed value.
invlogit
invlogit(x)
x
A number or numeric vector from (-Inf Inf).
(-Inf Inf)
Logistic transformed value of x, 1/(1+exp(-x))
1/(1+exp(-x))
ROCit-deprecated