R/functions_utility.R
inv_logit.Rd
Given a numeric object return the inverse logit of the values.
inv_logit(x)
A numeric object.
An object of the same type as x containing the inverse logits of the input values.