Learn R Programming

bpcs (version 1.0.0)

inv_logit: Inverse logit function

Description

Inverse logit function

Usage

inv_logit(x)

Arguments

x

is a real -inf to inf

Value

a value between 0 and 1

References

https://en.wikipedia.org/wiki/Logit

Examples

Run this code
# NOT RUN {
inv_logit(5)
inv_logit(-5)
inv_logit(0)
# }

Run the code above in your browser using DataLab