Question 81
Given the following LOGISTIC procedure:
What is the difference between the datasets OUTFILEJ and OUTFILE_2?
Question 82
Assume a $10 cost for soliciting a non-responder and a $200 profit for soliciting a responder. The logistic
regression model gives a probability score named P_R on a SAS data set called VALID. The VALID data
set contains the responder variable Pinch, a 1/0 variable coded as 1 for responder. Customers will be
solicited when their probability score is more than 0.05.
Which SAS program computes the profit for each customer in the data set VALID?
Question 83
Refer to the exhibit:
The plots represent two models, A and B, being fit to the same two data sets, training and validation.
Model A is 90.5% accurate at distinguishing blue from red on the training data and 75.5% accurate at doing the same on validation data. Model B is 83% accurate at distinguishing blue from red on the training data and
78.3% accurate at doing the same on the validation data.
Which of the two models should be selected and why?
Question 84
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.)
Question 85
Spearman statistics in the CORR procedure are useful for screening for irrelevant variables by investigating the association between which function of the input variables?
