# NOT RUN {
# Load packages
library(lme4)
library(lmerTest)
# Conduct a linear mixed model
model_lmerTest <- lmer(Reaction ~ Days + (Days | Subject), sleepstudy)
# Tidy stats
tidy_stats(model_lmerTest)
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab