From 77236018b6e1bdc3b7dd3c9f1fa51d586d3943ab Mon Sep 17 00:00:00 2001
From: Anna Willoughby <16709317+arw36@users.noreply.github.com>
Date: Tue, 14 Oct 2025 12:57:31 -0400
Subject: [PATCH] typo
---
vignettes/articles/lab08_linear_model_assumptions.Rmd | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/vignettes/articles/lab08_linear_model_assumptions.Rmd b/vignettes/articles/lab08_linear_model_assumptions.Rmd
index f799a9c..378c83a 100644
--- a/vignettes/articles/lab08_linear_model_assumptions.Rmd
+++ b/vignettes/articles/lab08_linear_model_assumptions.Rmd
@@ -107,7 +107,7 @@ This assumption will be important as we progress through the semester and perfor
-3) **Homoscedasticity:** We assume that the residuals have a constant variance across all levels or values of x (if not, we refer to that as heterscedasticity)
+3) **Homoscedasticity:** We assume that the residuals have a constant variance across all levels or values of x (if not, we refer to that as heteroscedasticity)
```{r, fig.width= 8, fig.height= 4, fig.fullwidth= T, echo= F, fig.align='left', fig.cap= '**Figure 1: Residuals from linear model across a range of x (predictor variable). Heteroscedasticity is demonstrated as a funnel shape.**'}