man_md/logit.md

logit: The logit() function is a rebranding of qlogis

Usage

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

Arguments

Argument |Description ------------- |---------------- ... | see args of qlogis

Value

a numeric

Seealso

qlogis

Examples

r plot(x=seq(from=0,to=1,by=0.01),y=logit(seq(from=0,to=1,by=0.01))) identical(logit(0.5),stats::qlogis(0.5))



mikejacktzen/datzen documentation built on June 14, 2019, 5:23 p.m.