
Last chance! 50% off unlimited learning
Sale ends in
Calculates the inverse logit
invlogit(x)
Vector of numbers
x
mapped to [0, 1]
Maps the real line to [0, 1]
# NOT RUN {
invlogit(3)
invlogit(-6:6)
invlogit(c(-1, 1, 2))
# }
Run the code above in your browser using DataLab