Re: help with hierarchical regression output

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Re: help with hierarchical regression output

statisticsdoc
You will need to run a separate regression command without Model 1 and 2, like this:

REGRESSION
  /MISSING PAIRWISE
  /STATISTICS COEFF OUTS R ANOVA CHANGE ZPP
  /CRITERIA=PIN(.05) POUT(.10)
  /NOORIGIN
  /DEPENDENT YSR_INT_T
  /METHOD=ENTER YSR_EXT_T CNCEQ_CATAST CNCEQ_OVER.

The command you wrote would be understood by SPSS as a request to  enter, or add, variables that were already in the model .

HTH,

Stephen Brand, Ph.D.




--------------------------------------------------------------

You wrote:

I ran a hierarchal regression, using the enter option, in SPSS. I entered variables in two steps, I have now been asked to caret a final model by entering only the significant predictors from step two. So in step three I add the significant predictors. When I run the analysis my output shows only Model 1 and Model 2 should there not be a third model? I have also included my syntax is it helps:


REGRESSION
  /MISSING PAIRWISE
  /STATISTICS COEFF OUTS R ANOVA CHANGE ZPP
  /CRITERIA=PIN(.05) POUT(.10)
  /NOORIGIN
  /DEPENDENT YSR_INT_T
  /METHOD=ENTER YSR_EXT_T AGE GENDER
  /METHOD=ENTER CNCEQ_CATAST CNCEQ_OVER CNCEQ_PERS CNCEQ_SA
  /METHOD=ENTER YSR_EXT_T CNCEQ_CATAST CNCEQ_OVER.


--
For personalized and experienced consulting in statistics and research design, visit www.statisticsdoc.com

=====================
To manage your subscription to SPSSX-L, send a message to
[hidden email] (not to SPSSX-L), with no body text except the
command. To leave the list, send the command
SIGNOFF SPSSX-L
For a list of commands to manage subscriptions, send the command
INFO REFCARD