Dear All, I have a macro that calculates KS, GINI, ROC of a credit risk model. Using that, I have to do a Bootstrapping validation so first I created a BootSample using the proc surveyselect command. The Bootsample contains 5,000 random samples. Each sample contains around 1500 records. How do I execute the macro for each of the samples in my dataset?
... View more