Hello everybody,
I posted a similar question a month ago w/ no response. I've been
turning the problem in all the way I could imaging but couldn't figure
it out. I hope someone could help me.
I have a RM ANOVA w/ 2 repeated time points (T1 and T2), 2 genotypes
(WT and TG) and 3 environments (SH, RW and EE).
Simply, I have 6 groups (WT/SH; WT/RH; WT/EE; TG/SH; TG/RW and TG/EE)
that are measured at T1 and T2. I am interested in all comparison w/i
gene and w/i environment but I also would like to be able to compare all
my groups vs. a "control" group (i.e. WT/SH). I am hoping that there is
a syntax that will allow me to do that. My syntax is the following:
GLM
T1 T2 BY gene enviro_ID
/WSFACTOR = trials 2 Polynomial
/CONTRAST (gene)=Simple(1) /CONTRAST (enviro_ID)=Polynomial
/METHOD = SSTYPE(3)
/POSTHOC = gene enviro_ID (BONFERRONI)
/EMMEANS = TABLES(OVERALL)
/EMMEANS = TABLES(gene) COMPARE ADJ(BONFERRONI)
/EMMEANS = TABLES(enviro_ID) COMPARE ADJ(BONFERRONI)
/EMMEANS = TABLES(trials) COMPARE ADJ(BONFERRONI)
/EMMEANS = TABLES(gene*enviro_ID) COMPARE (gene) ADJ(BONFERRONI)
/EMMEANS = TABLES(gene*trials) COMPARE (gene) ADJ(BONFERRONI)
/EMMEANS = TABLES(enviro_ID*trials) COMPARE (enviro_ID) ADJ(BONFERRONI)
/EMMEANS = TABLES(gene*enviro_ID*trials) COMPARE (gene) ADJ(BONFERRONI)
/PRINT = HOMOGENEITY
/CRITERIA = ALPHA(.05)
/WSDESIGN = trials
/DESIGN = gene enviro_ID gene*enviro_ID .
Thanks in advance for your time.
Valerie
=====================
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