-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathbook_club.Rmd
94 lines (52 loc) · 3.87 KB
/
book_club.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
---
title: "r4ds Book Club"
output:
html_document:
toc: yes
toc_depth: 2
toc_float:
collapsed: false
smooth_scroll: false
df_print: kable
number_sections: yes
---
<style>
h1{font-weight: 400;}
</style>
```{r, include=FALSE}
knitr::opts_chunk$set(
echo = TRUE, message=FALSE, warning = FALSE, eval = TRUE, fig.align='center'
)
```
## Videos {-}
[Matt Dupree](https://twitter.com/philosohacker?lang=en){target="_blank"} ran a ModernDive book club for the [R for Data Science (r4ds) Online Learning Community](https://www.rfordatasci.com/){target="_blank"} at towards the end of 2020. He kindly agreed to share the videos! The full playlist is [here](https://www.youtube.com/playlist?list=PL3x6DOfs2NGhiZCLU0V-fRA5ZGxdkb_n9){target="_blank"} while you can view the individual videos below.
# Introduction {-}
<iframe width="560" height="315" src="https://www.youtube.com/embed/NcqceoDOdmo" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
***
# Chapter 5: Basic Regression {-}
Video for [Chapter 5](https://moderndive.com/5-regression.html){target="_blank"} on Basic Regression:
<iframe width="560" height="315" src="https://www.youtube.com/embed/2GaZ5WMjhfM" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
***
# Chapter 6: Multiple Regression {-}
Video for [Chapter 6](https://moderndive.com/6-multiple-regression.html){target="_blank"} on Multiple Regression:
<iframe width="560" height="315" src="https://www.youtube.com/embed/jt_fwC7WERA" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
***
# Chapter 7: Sampling Part 1 {-}
First Video for [Chapter 7](https://moderndive.com/7-sampling.html){target="_blank"} on Sampling:
<iframe width="560" height="315" src="https://www.youtube.com/embed/KDLdraSu2dc" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
***
# Chapter 7: Sampling Part 2 {-}
Second video for [Chapter 7](https://moderndive.com/7-sampling.html){target="_blank"} on Sampling:
<iframe width="560" height="315" src="https://www.youtube.com/embed/pYbLd9VxNuM" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
***
# Chapter 8: Bootstrapping and Confidence Intervals {-}
Video for [Chapter 8](https://moderndive.com/8-confidence-intervals.html){target="_blank"} on Bootstrapping and Confidence Intervals:
<iframe width="560" height="315" src="https://www.youtube.com/embed/3H1so4zgEKw" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
***
# Chapter 9: Hypothesis Testing {-}
Video for [Chapter 9](https://moderndive.com/9-hypothesis-testing.html){target="_blank"} on Hypothesis Testing:
<iframe width="560" height="315" src="https://www.youtube.com/embed/9_vfVohwcB0" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
***
# Chapter 10: Inference for Regression {-}
Video for [Chapter 10](https://moderndive.com/10-inference-for-regression.html){target="_blank"} on Inference for Regression:
<iframe width="560" height="315" src="https://www.youtube.com/embed/9Aid_x7RI7k" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>