Skip to content

Split plot design with repeated measures - model errors (nlme)

1 message · Anthony Rietl

#
Dennis,
Thanks for the response. For clarification, the treatments are
assigned to tanks at random. For example, all 18 tanks were randomly
assigned a nutrient treatment (1, 2, or 3) and randomly assigned a
clip treatment (a, b, or c). That gives 9 combinations, each
replicated once in a total of 18 tanks. After trying the model you
suggest (m1 <- lme(ch4 ~ t * spp * nut * clip, random = ~ 1 | tank/nut
* clip/spp,
If I run the model without specifying nut*clip nested within tank, the
model runs leaving me to still suspect that I am still unclear how to
specify my nesting correctly. This is the model that runs - ch4.model
<- lme(ch4 ~ t * spp * nut * clip, random = ~ 1 | tank, data =
ch4data)

I will look through  Pinheiro and Bates (2000), thanks for pointing me to it.

Anthony
On Fri, Aug 31, 2012 at 6:50 PM, Dennis Murphy <djmuser at gmail.com> wrote: