library(LM2GLMM)
knitr::opts_chunk$set(cache = FALSE,
                      fig.align = "center",
                      fig.width = 4,
                      fig.height = 4,
                      cache.path = "./cache_knitr/Exo_LM_assumptions/",
                      fig.path = "./fig_knitr/Exo_LM_assumptions/")
options(width = 110)
set.seed(1L)

Challenge: analysing the Fungi dataset

head(Fungi)


r .emo("goal") Fit a model that would allow you to quantify the average growth rate of alive fungi for each species, in each experimental condition, using a single linear model.

(solution)



courtiol/LM2GLMM documentation built on July 3, 2022, 7:42 a.m.