SAS Institute A00-240 - SAS Statistical Business Analysis SAS9: Regression and Model
An analyst knows that the categorical predictor, storeId, is an important predictor of the target.
However, store_Id has too many levels to be a feasible predictor in the model. The analyst wants to combine stores and treat them as members of the same class level.
What are the two most effective ways to address the problem? (Choose two.)
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?
A confusion matrix is created for data that were oversampled due to a rare target.
What values are not affected by this oversampling?
Given the following SAS data set TEST:
Which SAS program is NOT a correct way to create dummy variables?
Refer to the exhibit.
Based on the control plot, which conclusion is justified regarding the means of the response?
An analyst compares the mean salaries of men and women working at a company.
The SAS data set SALARY contains variables:
Gender (M or F)
Pay (dollars per year)
Which SAS programs can be used to find the p-value for comparing men's salaries with women's salaries? (Choose two.)
This question will ask you to provide a missing option.
Given the following SAS program:
What option must be added to the program to obtain a data set containing Spearman statistics?
Refer to the confusion matrix:
Calculate the accuracy and error rate (0 - negative outcome, 1 - positive outcome)
There are missing values in the input variables for a regression application.
Which SAS procedure provides a viable solution?
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.)