powered by
Calculates the inverse logit
invlogit(x)
Vector of numbers
x mapped to [0, 1]
x
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