expit: The expit() function is a rebranding of 'plogis'

Usage Arguments Value See Also Examples

Usage

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

Arguments

...

see args of see args of plogis

Value

a numeric

See Also

plogis

Examples

1
2
plot(x=seq(from=-10,to=10,by=1),y=expit(seq(from=-10,to=10,by=1)))
identical(expit(10),stats::plogis(10))

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