Skip to content

Using lme() for split plot

4 messages · Joshua Stults, Bert Gunter

#
That's a good example with a couple levels of nesting (similar to the
examples in the other book), but they still only have one factor,
'Variety', nested in each block.  Am I missing something?  Should I
make up a psuedofactor with four levels to code my two two-level
factors?
On Thu, May 7, 2009 at 5:46 PM, Rub?n Roa-Ureta <rroa at udec.cl> wrote:

  
    
#
I should say I'm using Google books to look at 'Mixed effects
models...' so I can't see pp 49 - 50.
On Thu, May 7, 2009 at 6:02 PM, Joshua Stults <joshua.stults at gmail.com> wrote:

  
    
#
Crossed Random effects are difficult using lme (wasn't designed for it). Try
lmer in the lme4 package if you need this. 


Bert Gunter
Genentech Nonclinical Biostatistics


-----Original Message-----
From: r-help-bounces at r-project.org [mailto:r-help-bounces at r-project.org] On
Behalf Of Joshua Stults
Sent: Thursday, May 07, 2009 3:02 PM
To: Rub?n Roa-Ureta; r-help at r-project.org
Subject: Re: [R] Using lme() for split plot

That's a good example with a couple levels of nesting (similar to the
examples in the other book), but they still only have one factor,
'Variety', nested in each block.  Am I missing something?  Should I
make up a psuedofactor with four levels to code my two two-level
factors?
On Thu, May 7, 2009 at 5:46 PM, Rub?n Roa-Ureta <rroa at udec.cl> wrote:

  
    
#
Thanks for the tip.  That lead me to find this paper:

http://www.ualberta.ca/~baayen/publications/baayenDavidsonBates.pdf

which looks like it will answer my problem.  Depending on how we
actually decide to execute the test it might turn out to be nested
like those other examples, but it's nice to have options.  Thanks
again.
On Thu, May 7, 2009 at 6:13 PM, Bert Gunter <gunter.berton at gene.com> wrote: