From 3692f9d33e5753e8f82e7300de323827a6bc7046 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Metehan=20G=C3=9CNG=C3=96R?= <102655648+gungorMetehan@users.noreply.github.com> Date: Fri, 12 Sep 2025 09:14:16 +0300 Subject: [PATCH] Update model-slr.qmd abolute <- absolute and one 's' --- model-slr.qmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/model-slr.qmd b/model-slr.qmd index a016404b..2c2ac837 100644 --- a/model-slr.qmd +++ b/model-slr.qmd @@ -959,7 +959,7 @@ The resulting dashed line shown in @fig-elmhurstScatterW2Lines demonstrates this #| y-axis. The relationship is moderate negative and linear. Two lines are #| superimposed on the scatterplot. One line is fit to the data by minimizing #| the sum of squared residuals, i.e., the least squares line. The other line -#| is fit to the data by minimizing the sum of the abolute value of the residuals. +#| is fit to the data by minimizing the sum of the absolute values of the residuals. #| fig-asp: 0.6 ggplot(elmhurst, aes(x = family_income, y = gift_aid)) + geom_point(alpha = 0.8) +