Dear Mark, Take a look at the Anova() function in the car package. There's an example of a repeated-measures MANOVA in ?Anova (the last example). Also see ?anova.mlm.
I hope this helps, John -------------------------------- John Fox Department of Sociology McMaster University Hamilton, Ontario Canada L8S 4M4 905-525-9140x23604 http://socserv.mcmaster.ca/jfox -------------------------------- > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Mark > E. Olszewski > Sent: Thursday, April 05, 2007 5:03 PM > To: [email protected] > Subject: [R] MANOVA with repeated measurements > > Hello, > > I have a question regarding performing manova. I have an > experiment where I want to measure 10 output variables for 3 > different measurement methods. Since each of the methods > requires some user interaction, I would also like to include > repeated measures for each of the output variables to include > intraobserver variability in the design. > > How can I perform such a repeated-measures manova using R? I > think I have found how to perform the non-repeated version of > this experiment based on previous posts, but I am having > trouble generalizing to the repeated-measures version (maybe > I am just too tired today). > > Thanks in advance, > > Mark > > [[alternative HTML version deleted]] > > ______________________________________________ > [email protected] mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide > http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code. > ______________________________________________ [email protected] mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.
