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