| scaledScore | R Documentation |
This function takes a logit and scales based on an intercept and doubling of odds ratio
scaledScore(logit, offset = 300, scale = 50)
logit |
Logit to be scaled |
offset |
Midrange, default is 300 |
scale |
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()
scaledScore(0) # 300
scaledScore(0,offset=600) # 600
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.