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

optiRum documentation built on May 5, 2022, 1:05 a.m.