logit {GenEst}R Documentation

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

  logit(0.5)

  alogit(0)


[Package GenEst version 1.4.9 Index]