Chapter 1 Learning objectives
Summary : In this workshop, you will learn the structure of a linear model and its different variants such as simple regression, analysis of variance (ANOVA), analysis of covariance (ANCOVA) and multiple regression. This workshop focuses on implementing linear models in R with lm()
and anova()
, identifying models that do not meet the conditions for application and solving problems.