powered by
This function takes a logit and scales based on an intercept and doubling of odds ratio
scaledScore(logit, offset = 300, scale = 50)
Logit to be scaled
Midrange, default is 300
Value in which odds are double, default is 50
glm
Other creditrisk: giniChart(), giniCoef(), logit.odd(), logit.prob(), odd.logit(), odd.prob(), prob.logit(), prob.odd()
giniChart()
giniCoef()
logit.odd()
logit.prob()
odd.logit()
odd.prob()
prob.logit()
prob.odd()
# NOT RUN { scaledScore(0) # 300 scaledScore(0,offset=600) # 600 # }
Run the code above in your browser using DataLab