optiRum (version 0.40.1)

logit.odd: Convert a logit to odds

Description

Transform a logit response from a glm into odds

Usage

logit.odd(logit)

Arguments

logit

The log(odds)

Value

odds Odds

See Also

logit.prob

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

Examples

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

Run the code above in your browser using DataLab