Free Access Week - Data Engineering + BI
Data Engineering and BI courses are free this week!
Free Access Week - Jun 2-8

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