odd.logit: Convert an odd into a logit

View source: R/odd.logit.R

odd.logitR Documentation

Convert an odd into a logit

Description

Transforming odds into logits (the response from binomial glms)

Usage

odd.logit(odds)

Arguments

odds

Odds

Value

logit Log(odds)

See Also

logit.odd logit.prob

Other creditrisk: giniChart(), giniCoef(), logit.odd(), logit.prob(), odd.prob(), prob.logit(), prob.odd(), scaledScore()

Examples

odd.logit(1) # equals 0

stephlocke/optiRum documentation built on March 11, 2024, 2:25 a.m.