R/utility_functions.R
logit.Rd
Logit and Inverse logit
logit(x) inv_logit(x)
Numeric vector.
logit(0.5) #> [1] 0 inv_logit(0) #> [1] 0.5