Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion vignettes/articles/lab08_linear_model_assumptions.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ This assumption will be important as we progress through the semester and perfor
<br>
<br>

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.**'}
Expand Down