s-news
[Top] [All Lists]

multicomp on repeated measures

To: s-news <s-news@wubios.wustl.edu>
Subject: multicomp on repeated measures
From: asanquer@virbac.fr
Date: Tue, 26 Aug 2003 10:10:35 +0200
Sensitivity:
Hi,

I hope someone could help me to solve this problem:
I have performed an analysis of variance on repeated measures like this:

aov1 <- summary(aov(y ~ group + Error(subject) + time + group:time,
   data=data1))

The group effect is significant, and there is three groups. So I would like
   to know which groups are
different with a Tukey test. But when I use the multicomp function like
   kelow, there is an error.

multicomp(aov1, focus="group")

Problem in multicomp: argument focus= not matched: multicomp(aov1, focus
   = "group")

I think the solution is certainly simple, but I do not find it.

Thanks for your help.

Annaële



<Prev in Thread] Current Thread [Next in Thread>
  • multicomp on repeated measures, asanquer <=