optiRum (version 0.41.1)

odd.logit: 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

Run this code
# NOT RUN {
odd.logit(1) # equals 0
# }

Run the code above in your browser using DataLab