Skip to content
Prev 138507 / 398503 Next

package for repeated measures ANOVA with various link functions

On Tue, Mar 4, 2008 at 10:52 AM, John Sorkin
<jsorkin at grecc.umaryland.edu> wrote:
I think you would need to be more specific about the model than just
saying "repeated measures ANOVA".  To me, "repeated measures"
describes a structure in the data.  There are many ways that one could
model the effects of the repeated measures; some might make sense in
the context of your data and some might not.  Without further details
about how you want to model the effect of the repeated measurements it
would be difficult to say if you could use the lmer function in the
lme4 package to do so.

The purpose of the S language and the R implementation of that
language is to facilitate exploration of data, including the fitting
of models that may be appropriate - always keeping in mind George
Box's famous statement that, "All models are wrong, but some models
are useful".  The "one size fits all" approach to data analysis - also
known as "give me a quart and a half of statistics and just make sure
that there is a p-value less than 5% somewhere in there" - doesn't fit
well into the R system.