Field Guide to the R Mixed Model Wilderness
  1. 16  Additional Resources
  • Preface
  • 1  Introduction
  • 2  Zen and the Art of Statistical Analysis
  • 3  Mixed Model Background
  • 4  Model Prep & Workflow
  • Experiment designs
    • 5  Randomized Complete Block Design
    • 6  Factorial RCBD Design
    • 7  Split Plot Design
    • 8  Split-Split Plot Design
    • 9  Strip Plot Design
    • 10  Incomplete Block Design
    • 11  Latin Square Design
  • 12  Repeated Measures
  • 13  Marginal Means and Contrasts
  • 14  Variance and Variance Components
  • 15  Troubleshooting
  • 16  Additional Resources
  • References

Table of contents

  • 16.1 Further Reading on Mixed Models
  • 16.2 Other Related Programming Resources
  • View source
  • Report an issue

16  Additional Resources

If you have read through this guide, you can see how flexible LMMs are for addressing a broad array of analytical scenarios and in particular, are advantageous when there is unbalanced data due to missing data, unequal replication or due to the experimental design itself. However, LMMs can be easily misspecified when you are a new LMM user, so it helps to have a deeper understanding of how they work. Below are some resources than can help expand your understanding.

16.1 Further Reading on Mixed Models

  • UCLA Short Guide

  • lme4 vignette for fitting linear mixed models

  • Mixed-Effects Models in S and S-PLUS thee book for nlme, by José C. Pinheiro and Douglas M. Bates (2000). We used this book extensively for developing this guide. Sadly, it’s out of print, and we could not find a free copy online. However, there are affordable used copies available; some school libraries also carry this.

  • Data Analysis Using Regression and Multilevel/Hierarchical Models by Andrew Gelman and Jennifer Hill (2006). Good general introduction with a major focus on Bayesian models. Free PDF

  • Mixed Effects Models and Extensions in Ecology with R by Alain F. Zuur, Elena N. Ieno, Neil Walker, Anatoly A. Saveliev, and Graham M. Smith (2009).

  • ANOVA and Mixed Models by Lukas Meier (2022).

16.2 Other Related Programming Resources

If you can get stuck (and you will), the following resources may be helful for resolving your problem(s):

  • Mixed Model CRAN Task View a curated list of R packages relevant to mixed modelling. This is a great place to start if you’re looking for specialized modeling functionality.

  • R-SIG-mixed-models mailing list for help and discussion of mixed-model-related questions, course announcements, etc.

  • Easy Stats a collection of R packages to assist in statistical modelling with a major focus on linear models.

15  Troubleshooting
References

© {year}

Uidaho Logo

  • View source
  • Report an issue