Statistical modeling in R (part 2)

Sara Mortara true (re.green) , Andrea Sánchez-Tapia https://andreasancheztapia.netlify.app (¡liibre!)true
2022-07-19

Slides

Tutorial

Libraries

To run the code from the slides and the tutorial you’ll need to have installed the packages lme4, merTools, and bbmle.

install.packages("lme4")
install.packages("merTools")
install.packages("bbmle") # for model selection

Basic references

Reuse

Text and figures are licensed under Creative Commons Attribution CC BY 4.0. The figures that have been reused from other sources don't fall under this license and can be recognized by a note in their caption: "Figure from ...".

Citation

For attribution, please cite this work as

Mortara & Sánchez-Tapia (2022, July 19). Scientific Programming: Statistical modeling in R (part 2). Retrieved from https://scientific-computing.netlify.app/08_statistical_modeling_2.html

BibTeX citation

@misc{mortara2022statistical,
  author = {Mortara, Sara and Sánchez-Tapia, Andrea},
  title = {Scientific Programming: Statistical modeling in R (part 2)},
  url = {https://scientific-computing.netlify.app/08_statistical_modeling_2.html},
  year = {2022}
}