Learn R Programming

optiRum (version 0.35)

scaledScore: Produce a scaled score based on a logit

Description

This function takes a logit and scales based on an intercept and doubling of odds ratio

Usage

scaledScore(logit, offset = 300, scale = 50)

Arguments

logit
Logit to be scaled
offset
Midrange, default is 300
scale
Value in which odds are double, default is 50

See Also

glm

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

Examples

Run this code
scaledScore(0) # 300
scaledScore(0,offset=600) # 600

Run the code above in your browser using DataLab