Skip to content

Interpreting Mixed Effects Model on Fully Within-Subjects Design

1 message · Dave Deriso

#
Hi Daniel,

Thank you so much for taking the time to explain this.

I guess I am having trouble believing the results.

condition x diff p=.001
condition p=.001
diff p=.001

When I run the ANOVA, I get more conservative results:

summary(aov(value~condition*diff*rep + Error(subject/(condition*diff*rep))))
condition x diff  p=2.311e-05 ***

summary(aov(value~(condition*rep+diff*rep)+Error(subject/(condition*rep+diff*rep))))
condition p=0.02116 *
diff p=2.2e-16 ***

How do I stay conservative here?

Best,
Dave

On Thu, May 20, 2010 at 11:38 AM, Daniel Ezra Johnson
<danielezrajohnson at gmail.com> wrote: