Displaying 1 result from an estimated 1 matches for "m400_500_anova".
2011 Oct 07
1
ANOVA/ANCOVA Repeated Measure Mixed Model
...alue_
One S1 Passive C _Value_
One S2 Alert A _Value_
...
Two S9 Alert A _Value_
Two S9 Alert B _Value_
Two S9 Alert C _Value_
...
This is the code I used:
M400_500_anova = aov(Response ~ Condition * Stimulus * Group +
Error(Subject/Condition * Stimulus ), data=My_Data)
Is this correct?
ANCOVA question
I haven't gotten as far with this one, but I want to do an ANCOVA using the
passive responses as a co-variate, but I am not sure how to even do this
with so m...