Hi.

I want to test the hypothesis that logFLUX is dependent on TREATMENT. The mixed model works fine for individual days, (lmer(logFLUX~TREATMENT+(1|BLOCK),REML=FALSE, data=flux) but because there is a number of days in the dataset, I want to account for repeated measures to do a full model for all sampling days.

The experiment is designed with three blocks, each treatment represented once in each and repeated daily measurements.

I have written three examples (Full.model, Full.model1, Full.model2) of a way to do it, but I'm absolutely not certain about it.

More Jonathan Hessner Lindhardt's questions See All
Similar questions and discussions