| smbinning.scoring.gen {smbinning} | R Documentation |
Generation of Score and Its Weights
Description
After applying smbinning.scaling to the model, smbinning.scoring generates a data frame
with the final Score and additional fields with the points assigned to each characteristic so the user
can see how the final score is calculated. Example shown on smbinning.scaling section.
Usage
smbinning.scoring.gen(smbscaled, dataset)
Arguments
smbscaled |
Object generated using |
dataset |
A data frame. |
Value
The command smbinning.scoring generates a data frame with the final scaled Score and its
corresponding scaled weights per characteristic.
[Package smbinning version 0.9 Index]