A financial services manager wants to assess the probability that certain clients will default on their Home Equity Line of Credit (HELOC). A former employee left the code listed below.
The training data set is named HELOC, while a similar data set of more recent clients is named RECENT_HELOC. Which SAS data steps will calculate the predicted probability of default on recent clients? (Choose two.)
Correct Answer:AB
A linear model has the following characteristics:
✑ A dependent variable (y)
✑ Three continuous predictor variables (x1-x3)
✑ One categorical predictor variable (c1with 3 levels)
Which SAS program fits this model?
Correct Answer:D
Including redundant input variables in a regression model can:
Correct Answer:B
When mean imputation is performed on data after the data is partitioned for honest assessment, what is the most appropriate method for handling the mean imputation?
Correct Answer:B
Which of the following describes a concordant pair of observations in the LOGISTIC procedure?
Correct Answer:D
Given the following LOGISTIC procedure:
What is the difference between the datasets OUTFILEJ and OUTFILE_2?
Correct Answer:A