Mixed Effects Regression with R

Contents

Mixed Effects Regression with R#

Important

Please note that we recommend engaging with this course via the learnr interface described below, rather than using the pages that follow. The pages below are retained for reference purposes and to provide an overview of the course content and may not represent the up to date course content.

Overview#

Mixed Effects Regression with R introduces the principles and practical application of mixed effects models, building on your existing regression skills to handle more complex and realistic data scenarios. This session forms part of an evolving series on Regression with R, designed to deepen your understanding of regression analysis for a broad spectrum of research questions.

Important

Please note: This course is only avaiable as a learnr package.

install.packages("devtools")
install.packages("learnr")

library(devtools)
library(learnr)

devtools::install_github("ejh243/cfrr-r-tutorials")

library(cfrrRtutorials)

learnr::run_tutorial(
  name = "Mixed Effects Regression with R",
  package = "cfrrRtutorials"
)