Skip to content

Commit 2e37621

Browse files
20251213 - typo
1 parent 84760c6 commit 2e37621

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

multiple-regression.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ Linear regression models make the following assumptions:
391391
- the residuals are normally distributed
392392
393393
Homoscedasticity of the residuals means that the variance of the residuals does not differ as a function of the [outcome variable](#sec-correlationalStudy) or as a function of the [predictor variable](#sec-correlationalStudy) (i.e., the residuals show constant variance as a function of [outcome](#sec-correlationalStudy)/[predictors](#sec-correlationalStudy)).
394-
If the residuals differ as a function of the [outcome](#sec-correlationalStudy) or [predictor](#sec-correlationalStudy) variable, this is called heterotoscedasticity.
394+
If the residuals differ as a function of the [outcome](#sec-correlationalStudy) or [predictor](#sec-correlationalStudy) variable, this is called heteroscedasticity.
395395
396396
Those are some of the key assumptions of multiple regression.
397397
However, there are additional assumptions of multiple regression, including ones discussed in the chapter on [Causal Inference](#sec-causalInference).

0 commit comments

Comments
 (0)