๐Ÿ—“๏ธ Session 10: Linear regression and experiments in R

Published

05 12 2025

Modified

04 12 2025

This session focuses on the practical implementation of linear regression models and on how to conduct the most common tasks associated with designing and implementing experiments in R.

This way it complements the more theoretical lectures. More precisely, we focus on the following topics:

๐Ÿ“š Mandatory Reading

Further Reading

In-class exercises

โœ๏ธ Coursework

  • Complete the in-class exercises at home
  • Do the exercises LinearRegression1 and LinearRegression2 from the DataScienceExercises package
learnr::run_tutorial(
  name = "LinearRegression1", 
  package = "DataScienceExercises", 
  shiny_args=list("launch.browser"=TRUE))
learnr::run_tutorial(
  name = "LinearRegression2", 
  package = "DataScienceExercises", 
  shiny_args=list("launch.browser"=TRUE))

References

Ismay, C. and Kim, A. Y.-S. (2020) Statistical inference via data science: A ModernDive, into R and the tidyverse, Boca Raton: CRC Press, Taylor and Francis Group, available at https://moderndive.com/index.html.