Skip to content
Prev 5982 / 20628 Next

lmer L.ratio

On 4/14/2011 10:22 PM, Sujal Phadke wrote:
That's correct syntax for two crossed factors, one of which is random.
The syntax is different in lme.  The following should work:     random=~1|DrugPair/MatingPair
You mean "approximately" normally distributed?  By definition a count cannot be normally distributed.
      Perhaps you should be considering generalized linear mixed models.
Estimates of variance components with only three levels of the factor are very unreliable.
model2  5 274.90 282.82 -132.45
   model3  5 282.44 290.36 -136.22  0.0000      0    1.00000
   model1  6 276.90 286.40 -132.45  7.5443      1    0.00602 **

  --- Signif. codes:  0 ?***? 0.001 ?**? 0.01 ?*? 0.05 ?.? 0.1 ? ? 1


     Model 1 beats model 3 according to the LR test.  Change the order to test model 2 vs 1.
     Models 2 and 3 are not comparable with a test (but according to AIC/BIC 2 is best).

     Since you used "REML=FALSE" when fitting you can also test your model 4.