Skip to content
Prev 8834 / 20628 Next

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

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:

  
    
Message-ID: <CAFR-yR12LaHfR0Rh=c27jS8=SSiMA28LG6V2-C7-48i3m_u+ew@mail.gmail.com>
In-Reply-To: <CADv2QyF_7MEN9nUTfxtWeGVJoi35Sn8V2+o=od3SB4qm3quFxQ@mail.gmail.com>