Wolfgang Waser wrote:
>
> I subjected each of about 50 critters (about 10 each in 5 distinct
> populations) to 4 consecutive treatments (exposure to increasing
> concentrations), with one measurement per treatment and individual.
>
> ...
> Since I'm dealing with 'paired' data, and also with a (expected) 'linear'
> response to a 'linear' treatment, how do I perform the proper analysis?
>
You could do this with aov, but it is not very flexible. I suggest that for
this type of data you should use lme in package nlmer where you can easily
specify "repeats" or serial correlation with the random term.
The book by Pinheiro/Bates should be in the biologist's bookshelf, it has
many example. Getting started without the book is difficult.
Dieter
--
View this message in context:
http://www.nabble.com/repeat%28-%29-measurement-ANOVA-or-%28general--mixed-%29-linear-model--tp25788824p25799282.html
Sent from the R help mailing list archive at Nabble.com.
______________________________________________
R-help@r-project.org 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.