Skip to content

Commit 4d4f691

Browse files
adds chapter 5
1 parent 4e71800 commit 4d4f691

5 files changed

Lines changed: 776 additions & 27 deletions

File tree

_quarto.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ website:
99
text: Home
1010
- href: ch4_linear_regression_polished.qmd
1111
text: Linear Regression
12+
- href: ch5_multilinear.qmd
13+
text: Multi-Linear Regression - Intro to Causality
1214
- href: forkingData.qmd
1315
text: Forking Paths
1416
format:

ch4_linear_regression.qmd

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@ ggplot(d_grid) +
142142
labs(title = "Prior vs Posterior", color = "Distribution") +
143143
theme_minimal()
144144
145+
145146
```
146147

147148

@@ -210,6 +211,7 @@ ggplot(b4.2_draws, ) +
210211
theme_minimal()
211212
212213
214+
213215
```
214216

215217
## Adding Linear Predictor

0 commit comments

Comments
 (0)