From bb14fac8362108b5abd7ee01e0f340adc6dd045c Mon Sep 17 00:00:00 2001 From: Marco Oesting Date: Mon, 9 Oct 2023 17:54:49 +0200 Subject: [PATCH] Correcting a typo... --- material/3_wed/regression/MultipleRegressionBasics.qmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/material/3_wed/regression/MultipleRegressionBasics.qmd b/material/3_wed/regression/MultipleRegressionBasics.qmd index 263f9b1..294ca02 100644 --- a/material/3_wed/regression/MultipleRegressionBasics.qmd +++ b/material/3_wed/regression/MultipleRegressionBasics.qmd @@ -316,7 +316,7 @@ model = glm(@formula(participation ~ age^2), ::: {.callout-caution collapse="false"} -##Task 3: +## Task 3: 1. Reproduce the results of our data analysis of the `tree` data set using a generalized linear model with normal distribution family.