Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

logit

Transform from [0,1] to the reals


Description

The logit function is a standard transformation from [0,1] (such as a probability) to the real number line. This function is exactly the same as qlogis.

Usage

logit(p, location = 0, scale = 1, lower.tail = TRUE, log.p = FALSE)

Arguments

p

a number between 0 and 1

location

see qlogis

scale

see qlogis

lower.tail

see qlogis

log.p

see qlogis

See Also

qlogis, plogis

Examples

logit(.5)  # 0
logit(.25) # -1.098
logit(0)   # -Inf

rpf

Response Probability Functions

v1.0.11
GPL (>= 3)
Authors
Joshua Pritikin [cre, aut], Jonathan Weeks [ctb], Li Cai [ctb], Carrie Houts [ctb], Phil Chalmers [ctb], Michael D. Hunter [ctb], Carl F. Falk [ctb]
Initial release
2021-10-19

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.