Using Observation Weights / set WeightsVar
In "Credit Scorecard Modeling Using Observation Weights" there is an example of using the weights, but it is not clear how to link column ‘CustAge’ with column ‘Weight’?
If I set creditscorecard(data,’GoodLabel’,0,’IDVar’,’CustID’,’ResponseVar’,’status’,’PredictorVars’,{‘CustAge’,’CustIncome’},’WeightsVar’,’Weight’,’BinMissingData’,true) how can I know it is linked to variable ‘CustAge’?
What if I have weights for more variables (‘CustAge’, ‘CustIncome’)? How will I link CustAge to its own Weight and CustIncome to its own Weight?In "Credit Scorecard Modeling Using Observation Weights" there is an example of using the weights, but it is not clear how to link column ‘CustAge’ with column ‘Weight’?
If I set creditscorecard(data,’GoodLabel’,0,’IDVar’,’CustID’,’ResponseVar’,’status’,’PredictorVars’,{‘CustAge’,’CustIncome’},’WeightsVar’,’Weight’,’BinMissingData’,true) how can I know it is linked to variable ‘CustAge’?
What if I have weights for more variables (‘CustAge’, ‘CustIncome’)? How will I link CustAge to its own Weight and CustIncome to its own Weight? In "Credit Scorecard Modeling Using Observation Weights" there is an example of using the weights, but it is not clear how to link column ‘CustAge’ with column ‘Weight’?
If I set creditscorecard(data,’GoodLabel’,0,’IDVar’,’CustID’,’ResponseVar’,’status’,’PredictorVars’,{‘CustAge’,’CustIncome’},’WeightsVar’,’Weight’,’BinMissingData’,true) how can I know it is linked to variable ‘CustAge’?
What if I have weights for more variables (‘CustAge’, ‘CustIncome’)? How will I link CustAge to its own Weight and CustIncome to its own Weight? scorecard MATLAB Answers — New Questions