Skip to content

Commit 5210461

Browse files
Merge pull request #8 from malcolmbarrett/no_scroll
set scroll to FALSE for all slides + rerender
2 parents 332d54f + 1fb076b commit 5210461

File tree

54 files changed

+110
-67
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+110
-67
lines changed

slides/00-intro.Rmd

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ output:
99
highlightStyle: github
1010
highlightLines: true
1111
countIncrementalSlides: false
12+
navigation:
13+
scroll: false
1214
---
1315

1416
```{r setup, include=FALSE}

slides/00-intro.html

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
class: center, middle, inverse, title-slide
1313

1414
# Causal Inference in R: Introduction
15-
### 2020-07-29 (updated: 2021-08-30)
15+
### 2020-07-29 (updated: 2021-08-31)
1616

1717
---
1818

@@ -115,7 +115,10 @@
115115
<script>var slideshow = remark.create({
116116
"highlightStyle": "github",
117117
"highlightLines": true,
118-
"countIncrementalSlides": false
118+
"countIncrementalSlides": false,
119+
"navigation": {
120+
"scroll": false
121+
}
119122
});
120123
if (window.HTMLWidgets) slideshow.on('afterShowSlide', function (slide) {
121124
window.dispatchEvent(new Event('resize'));

slides/01-causal_modeling_whole_game.Rmd

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ output:
1111
highlightStyle: github
1212
highlightLines: true
1313
countIncrementalSlides: false
14+
navigation:
15+
scroll: false
1416

1517
---
1618

slides/01-causal_modeling_whole_game.html

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# Causal Modeling in R: Whole Game
1616
### Malcolm Barrett
1717
### Teladoc Health
18-
### 2021-09-01 (updated: 2021-08-30)
18+
### 2021-09-01 (updated: 2021-08-31)
1919

2020
---
2121

@@ -70,7 +70,7 @@
7070

7171
## Did those who quit smoking gain weight?
7272

73-
&lt;img src="01-causal_modeling_whole_game_files/figure-html/unnamed-chunk-2-1.png" width="80%" style="display: block; margin: auto;" /&gt;
73+
&lt;img src="01-causal_modeling_whole_game_files/figure-html/unnamed-chunk-2-1.png" style="display: block; margin: auto;" /&gt;
7474

7575
---
7676

@@ -104,11 +104,11 @@
104104

105105
---
106106

107-
&lt;img src="01-causal_modeling_whole_game_files/figure-html/unnamed-chunk-4-1.png" width="80%" style="display: block; margin: auto;" /&gt;
107+
&lt;img src="01-causal_modeling_whole_game_files/figure-html/unnamed-chunk-4-1.png" style="display: block; margin: auto;" /&gt;
108108

109109
---
110110

111-
&lt;img src="01-causal_modeling_whole_game_files/figure-html/unnamed-chunk-5-1.png" width="80%" style="display: block; margin: auto;" /&gt;
111+
&lt;img src="01-causal_modeling_whole_game_files/figure-html/unnamed-chunk-5-1.png" style="display: block; margin: auto;" /&gt;
112112

113113
---
114114

@@ -118,7 +118,7 @@
118118

119119
---
120120

121-
&lt;img src="01-causal_modeling_whole_game_files/figure-html/unnamed-chunk-6-1.png" width="80%" style="display: block; margin: auto;" /&gt;
121+
&lt;img src="01-causal_modeling_whole_game_files/figure-html/unnamed-chunk-6-1.png" style="display: block; margin: auto;" /&gt;
122122

123123
---
124124

@@ -216,19 +216,19 @@
216216

217217
## What's the distribution of weights?
218218

219-
&lt;img src="01-causal_modeling_whole_game_files/figure-html/unnamed-chunk-11-1.png" width="80%" style="display: block; margin: auto;" /&gt;
219+
&lt;img src="01-causal_modeling_whole_game_files/figure-html/unnamed-chunk-11-1.png" style="display: block; margin: auto;" /&gt;
220220

221221

222222
---
223223

224224

225225

226226

227-
&lt;img src="01-causal_modeling_whole_game_files/figure-html/unnamed-chunk-13-1.png" width="80%" style="display: block; margin: auto;" /&gt;
227+
&lt;img src="01-causal_modeling_whole_game_files/figure-html/unnamed-chunk-13-1.png" style="display: block; margin: auto;" /&gt;
228228

229229
---
230230

231-
&lt;img src="01-causal_modeling_whole_game_files/figure-html/unnamed-chunk-14-1.png" width="80%" style="display: block; margin: auto;" /&gt;
231+
&lt;img src="01-causal_modeling_whole_game_files/figure-html/unnamed-chunk-14-1.png" style="display: block; margin: auto;" /&gt;
232232

233233
---
234234
class: inverse, center, middle
@@ -367,7 +367,7 @@
367367

368368
class: middle
369369

370-
&lt;img src="01-causal_modeling_whole_game_files/figure-html/unnamed-chunk-21-1.png" width="80%" style="display: block; margin: auto;" /&gt;
370+
&lt;img src="01-causal_modeling_whole_game_files/figure-html/unnamed-chunk-21-1.png" style="display: block; margin: auto;" /&gt;
371371

372372
---
373373

@@ -394,7 +394,10 @@
394394
<script>var slideshow = remark.create({
395395
"highlightStyle": "github",
396396
"highlightLines": true,
397-
"countIncrementalSlides": false
397+
"countIncrementalSlides": false,
398+
"navigation": {
399+
"scroll": false
400+
}
398401
});
399402
if (window.HTMLWidgets) slideshow.on('afterShowSlide', function (slide) {
400403
window.dispatchEvent(new Event('resize'));
2.8 KB
Binary file not shown.
81.7 MB
Binary file not shown.
150 Bytes
Binary file not shown.
-2.8 KB
Binary file not shown.
-150 Bytes
Binary file not shown.
3.36 KB
Loading

0 commit comments

Comments
 (0)