Given a numeric object return the inverse logit of the values.

invlogit(x)

Arguments

x

A numeric object.

Value

An object of the same type as x containing the inverse logits of the input values.