R/misc.R
inv_logit.Rd
Logit response function
inv_logit(x)
value of x to be transformed, x unbound
inverse logit value of x, result is e (0, 1)
x <- seq(from = -5, to = 5, length.out = 100) plot(x, inv_logit(x), type = "l")