GenEst (version 1.4.5)

logit: Compute the logit or anti-logit

Description

Compute the logit or anti-logit

Usage

logit(x)

alogit(x)

Arguments

x

A number. For logit, a probability (between 0 and 1, inclusive). For alogit, any real number.

Value

logit: The logit of x.

alogit: The anti-logit of x.

Examples

Run this code
# NOT RUN {
  logit(0.5)

  alogit(0)

# }

Run the code above in your browser using DataLab