Re: [R] linear mixed model with nested factors

2011-03-07 Thread Ben Bolker
David Dudek student.umb.no> writes: > > Hi R-help. > > I am trying to run a linear mixed model with nested factors with either > lme or lmer and I am having no luck obtaining the same results as Minitab. > Here is Minitab's code: > > MTB > GLM 'count' = site year replicate(site year) site*year

Re: [R] linear mixed model with nested factors

2011-03-07 Thread Bert Gunter
Think about it. You have asked for help from the R list but have posted no R code, only Minitab code. That means in order to answer, the helpeR must know Minitab. Well, some may, but there's certainly no reason to expect so on an R list. Don't you therefore think it might be wiser to post a caref

Re: [R] linear mixed model with nested factors

2011-03-07 Thread Doran, Harold
oject.org > Subject: [R] linear mixed model with nested factors > > Hi R-help. > > I am trying to run a linear mixed model with nested factors with either > lme or lmer and I am having no luck obtaining the same results as Minitab. > Here is Minitab's code: > > MTB &

[R] linear mixed model with nested factors

2011-03-07 Thread David Dudek
Hi R-help. I am trying to run a linear mixed model with nested factors with either lme or lmer and I am having no luck obtaining the same results as Minitab. Here is Minitab's code: MTB > GLM 'count' = site year replicate(site year) site*year; SUBC> Random 'year' 'replicate'; Can you tell me h