Given a numeric object return the inverse logit of the values. This function should not be called directly in this package, but be used by other functions like dscore and sscore.
Usage
invlogit(x)
Arguments
x
A numerical value
Value
An object of the same type as x containing the inverse logits of the input values.