Learn R Programming

optiRum (version 0.35)

prob.logit: Convert a probability into a logit

Description

Transforming probabilities into logits (the response from binomial glms)

Usage

prob.logit(prob)

Arguments

prob
Probability

Value

  • logit Log(odds)

See Also

prob.odd odd.logit

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

Examples

Run this code
prob.logit(0.5) # equals 0

Run the code above in your browser using DataLab