diff --git a/M1/General Linear Models/Chapter 1/Code_Chapter1.html b/M1/General Linear Models/Chapter 1/Code_Chapter1.html index d2a8a38..85023e2 100644 --- a/M1/General Linear Models/Chapter 1/Code_Chapter1.html +++ b/M1/General Linear Models/Chapter 1/Code_Chapter1.html @@ -3850,8 +3850,8 @@ p1 <- ggplot(ozone1) + geom_point(col = 'red', size = 0.5) + geom_smooth(method = "lm", se = FALSE) ggplotly(p1) -
- +
+

With , we can compute \(\widehat {\boldsymbol{\beta}}=(\widehat{\beta}_0, \widehat{\beta}_1)\)