Learn R Programming

ordinalTables (version 1.0.0.3)

logit: Computes the log-odds (logit) for the value provided

Description

Computes the log-odds (logit) for the value provided

Usage

logit(p)

Value

log(p / (1.0 - p))

Arguments

p

Numeric. Assumed to lie in interval(0, 1)