The logit/expit tranformation

logit(x)

expit(x)

Arguments

x

numeric

Examples

curve(logit, from = 0.1, to = 0.9)

curve(expit, from = -5, to = 5)