R/binary-sim.R
inv_logit.Rd
Inverse Logit Function
inv_logit(x)
Real number(s) to take the inverse logit of
Vector of probabilities between 0 and 1
This function is a short hand to \(\exp(x)/(1 + \exp(x))\).
inv_logit(0.5) #> [1] 0.6224593