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

Usage Arguments Value See Also Examples

Usage

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

Arguments

...

see args of qlogis

Value

a numeric

See Also

qlogis

Examples

1
2
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.