SAS_Institute
A00-240 · Question #40
A00-240 Question #40: Real Exam Question with Answer & Explanation
Sign in or unlock A00-240 to reveal the answer and full explanation for question #40. The question stem and answer options stay visible for context.
Question
A researcher has several variables that could be possible predictors for the final model. There is interest in checking all 2-way interactions for possible entry into the model. The researcher has decided to use forward selection within PROC LOGISTIC. Fill in the missing code option that will ensure that all 2-way interactions will be considered for entry.
proc logistic data=finances;
class gender branch;
model default = gender branch income debt
gender|branch|income|debt @2
/ selection=forward slentry=0.01 <insert option here> ;
run;
Options
- Astart = 5
- Binclude = 4
- Cinclude = 5
- Dstart = 4
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.