scaledScore: Produce a scaled score based on a logit

View source: R/scaledScore.R

scaledScoreR Documentation

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

scaledScore(0) # 300
scaledScore(0,offset=600) # 600

optiRum documentation built on May 5, 2022, 1:05 a.m.