Skip to content

Commit

Permalink
Merge pull request #151 from sfindley899/fix-modeling-linear-relation…
Browse files Browse the repository at this point in the history
…ships-link

Fix Broken Link in Chapter 7 Simple Linear Regression
  • Loading branch information
daviddalpiaz authored Sep 16, 2024
2 parents 52f6026 + 745cf1c commit 19c698e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion slr.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ $$

This is visually displayed in the image below. We see that for any value $x$, the expected value of $Y$ is $\beta_0 + \beta_1 x$. At each value of $x$, $Y$ has the same variance $\sigma^2$.

![Simple Linear Regression Model [Introductory Statistics (Shafer and Zhang), UC Davis Stat Wiki](http://statwiki.ucdavis.edu/Textbook_Maps/General_Statistics/Map%3A_Introductory_Statistics_(Shafer_and_Zhang)/10%3A_Correlation_and_Regression/10.3_Modelling_Linear_Relationships_with_Randomness_Present){target="_blank"}](images/model.jpg)
![Simple Linear Regression Model [Introductory Statistics (Shafer and Zhang), UC Davis Stat Wiki](https://stats.libretexts.org/Bookshelves/Introductory_Statistics/Introductory_Statistics_(Shafer_and_Zhang)/10%3A_Correlation_and_Regression/10.03%3A_Modelling_Linear_Relationships_with_Randomness_Present){target="_blank"}](images/model.jpg)

Often, we directly talk about the assumptions that this model makes. They can be cleverly shortened to **LINE**.

Expand Down

0 comments on commit 19c698e

Please sign in to comment.