SPSS: Interaction of a covariate and factor

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

SPSS: Interaction of a covariate and factor

Talk Stats
Hi,

After I have found that the interaction between a covariate and factor is
significant, I would like to know if each level of the factor has a
significant interaction term with the covariate, or if only one of the
levels is different than the other two in terms of the interaction term.

I can't figure out how to do this in SPSS. It appears that I need to write
a contrast script, but I can't create a contrast for a covariate, and the
resulting output does not display the interaction effect.

Any ideas would be greatly appreciated. I've attached my code below.
Thanks.
Sincerely,
Jon

Notes: JND is the dependent, Baseline is the covariate, Location is the
factor.
UNIANOVA
JND WITH Baseline BY Location
/CONTRAST (Location)=special(-2 1 1, 1 -2 1, 1 1 -2)
/METHOD = SSTYPE(3)
/INTERCEPT = EXCLUDE
/CRITERIA = ALPHA(.05)
/DESIGN = Baseline Location Baseline by Location.

--
This question was originally posted at:
http://www.talkstats.com/showthread.php?t=3432

=====================
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
Reply | Threaded
Open this post in threaded view
|

Re: SPSS: Interaction of a covariate and factor

Zdaniuk, Bozena-2
Hello, assuming you are running your analysis using GLM, please use the following subcommand:
  /PRINT = DESCRIPTIVE PARAMETER
The keyword PARAMETER will print out the regression coefficients for covariate-outcome separately for each level of the factor variable and you can see where your interaction is coming from. Let me know if you have any additional questions about it.
Bozena

Bozena Zdaniuk, Ph.D.
University of Pittsburgh
UCSUR, 6th Fl.
121 University Place
Pittsburgh, PA 15260
Ph.: 412-624-5736
Fax: 412-624-4810
Email: [hidden email]


-----Original Message-----
From: SPSSX(r) Discussion [mailto:[hidden email]] On Behalf Of Talk Stats
Sent: Thursday, February 21, 2008 10:59 AM
To: [hidden email]
Subject: SPSS: Interaction of a covariate and factor

Hi,

After I have found that the interaction between a covariate and factor is
significant, I would like to know if each level of the factor has a
significant interaction term with the covariate, or if only one of the
levels is different than the other two in terms of the interaction term.

I can't figure out how to do this in SPSS. It appears that I need to write
a contrast script, but I can't create a contrast for a covariate, and the
resulting output does not display the interaction effect.

Any ideas would be greatly appreciated. I've attached my code below.
Thanks.
Sincerely,
Jon

Notes: JND is the dependent, Baseline is the covariate, Location is the
factor.
UNIANOVA
JND WITH Baseline BY Location
/CONTRAST (Location)=special(-2 1 1, 1 -2 1, 1 1 -2)
/METHOD = SSTYPE(3)
/INTERCEPT = EXCLUDE
/CRITERIA = ALPHA(.05)
/DESIGN = Baseline Location Baseline by Location.

--
This question was originally posted at:
http://www.talkstats.com/showthread.php?t=3432

=====================
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

=====================
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
Reply | Threaded
Open this post in threaded view
|

Query: Multinomial Logistic Regression reference category options

Jamie Burnett-3
Hi,
I would like to run a multinomial logistic regression in SPSS version
15, but unlike the binary logistic option I don't seem to be able to
tell SPSS which level of each of my independent categorical variables I
would like to use as the reference category. Is there anyway of doing
this?
Many Thanks

Jamie


============================
This e-mail and all attachments it may contain is confidential and intended solely for the use of the individual to whom it is addressed. Any views or opinions presented are solely those of the author and do not necessarily represent those of Ipsos MORI and its associated companies. If you are not the intended recipient, be advised that you have received this e-mail in error and that any use, dissemination, printing, forwarding or copying of this e-mail is strictly prohibited. Please contact the sender if you have received this e-mail in error.

Market & Opinion Research International Ltd , Registered in England and Wales No. 948470 , 79-81 Borough Road , London SE1 1FY, United Kingdom, Email: [hidden email]
============================

=====================
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