Learn R Programming

bpcs (version 1.0.0)

logit: Logit function

Description

Logit function

Usage

logit(x)

Arguments

x

p is a probability 0 to 1

Value

a value between -inf and inf

References

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

Examples

Run this code
# NOT RUN {
logit(0.5)
logit(0.2)
# }

Run the code above in your browser using DataLab