I've been looking at the sample "SAS Statistical Business Analysis" exam questions at http://support.sas.com/certify/creds/samples/
Question #6 is as follows:
My question is: Shouldn't the answer be "C"? My understanding is that variable selection is based on a variable's p-value. The backward selection process, by default, eliminates variables one-by-one which don't meet the 0.10 criterion to "stay" in the model.
Could someone please clarify if my understanding is wrong? If so, please explain why "D" is the correct answer.
Thanks.
The p values of all variables in the model will change when one is removed. One or more of the remaining might become "significant".
The question specifically asks about the step before variable selection. As variables are removed, - 2 Log L will increase. So the suggested answer is correct.
Norman.
Oh, Contra .
Pr > Chisq( H0: beta = 0 ) is smaller is better (which means model is more significant. i.e. model can explain more variance of Y )
- 2 Log L is bigger is better(which is likelihood of X. more is better model).
Bigger is not better.
The more variables that are included, the better the model fit (and the lower the deviance). However, the idea is to construct a model with only as many variables as are required.
Removing variables will decrease the model fit, but this, in itself, is not a bad thing.
Norman.
SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!
ANOVA, or Analysis Of Variance, is used to compare the averages or means of two or more populations to better understand how they differ. Watch this tutorial for more.
Find more tutorials on the SAS Users YouTube channel.