logit: Logit and inverse logit

Description Usage Arguments Value Examples

Description

logit compute the logit function while ilogit estimate the inverse-logit of a number

Usage

1
logit(x)

Arguments

x

a nuber between 0 and 1

Value

a real number

Examples

1
2
3
logit(0.90)
ilogit(2.20)
#END

RoyChristian/startR documentation built on May 9, 2019, 10:34 a.m.