nerdexam
SAS_Institute

A00-240 · Question #9

A marketing manager attempts to determine those customers most likely to purchase additional products as the result of a nation-wide marketing campaign. The manager possesses a historical dataset (CAM

Sign in or unlock A00-240 to reveal the answer and full explanation for question #9. The question stem and answer options stay visible for context.

Logistic Regression

Question

A marketing manager attempts to determine those customers most likely to purchase additional products as the result of a nation-wide marketing campaign. The manager possesses a historical dataset (CAMPAIGN) of a similar campaign from last year. It has the following characteristics:
  • Target variable Respond (0, 1)
  • Continuous predictor Income
  • Categorical predictor Homeowner(Y, N) Which SAS program performs this analysis?

Options

  • Aproc logistic data=MYDIR.CAMPAIGN descending; class Homeowner; model Respond = Income Homeowner; run;
  • Bproc logistic data = MYDIR.CAMPAIGN descending; by Homeowner; model Respond = Income Homeowner; run;
  • Cproc logistic data = MYDIR.CAMPAIGN descending; model Respond = Income Homeowner; run;
  • Dproc logistic data = MYDIR.CAMPAIGN descending; class Homeowner; model Respond = Income Homeowner; run;

Unlock A00-240 to see the answer

You've previewed enough free A00-240 questions. Unlock A00-240 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.

Topics

#PROC LOGISTIC#Categorical variables#Binary classification#Model specification
Full A00-240 Practice