Displaying 1 result from an estimated 1 matches for "factorltest".
2011 Sep 22
1
Wrapper of linearHypothesis (car) for post-hoc of repeated measures ANOVA
...ented code at the end of this message, because although I have
successfully used it in some cases, I would like more knowledgeable
people to put it to test (and eventually help me create a worthwile
contribution for other people that could find it useful).
This function (which I have called "factorltest.mlm") needs the
multivariate linear model and the intrasubject-related arguments (idata,
idesign...) that would be passed on to Anova() (from car) for a repeated
measures analysis, or directly the Anova.mlm object returned by Anova()
instead of idata, idesign... (I have tried to explain it cle...