Skip to content

Commit cb8e991

Browse files
re-render slides
1 parent 1a5a9b6 commit cb8e991

28 files changed

+176
-176
lines changed

slides/00-intro.html

Lines changed: 1 addition & 1 deletion
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: 2020-11-18)
15+
### 2020-07-29 (updated: 2020-12-01)
1616

1717
---
1818

slides/00-intro.pdf

-129 Bytes
Binary file not shown.

slides/01-causal_modeling_whole_game.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
class: center, middle, inverse, title-slide
1313

1414
# Causal Modeling in R: Whole Game
15-
### 2020-07-29 (updated: 2020-11-18)
15+
### 2020-07-29 (updated: 2020-12-01)
1616

1717
---
1818

-125 Bytes
Binary file not shown.
-117 KB
Loading

slides/02-dags.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
class: center, middle, inverse, title-slide
1515

1616
# Causal Diagrams in R
17-
### 2020-07-29 (updated: 2020-11-18)
17+
### 2020-07-29 (updated: 2020-12-01)
1818

1919
---
2020

@@ -144,7 +144,7 @@
144144
### We're going to assume that coffee does not cause cancer, so there's no formula for that. But we still need to declare our causal question. Specify "coffee" as the exposure and "cancer" as the outcome (both in quotations marks).
145145
### Plot the DAG using `ggdag()`
146146

147-
<div class="countdown" id="timer_5fb59e40" style="right:0;bottom:0;" data-warnwhen="0">
147+
<div class="countdown" id="timer_5fc6bd20" style="right:0;bottom:0;" data-warnwhen="0">
148148
<code class="countdown-time"><span class="countdown-digits minutes">05</span><span class="countdown-digits colon">:</span><span class="countdown-digits seconds">00</span></code>
149149
</div>
150150

@@ -225,7 +225,7 @@
225225
### Call `tidy_dagitty()` on `coffee_cancer_dag` to create a tidy DAG, then pass the results to `dag_paths()`. What's different about these data?
226226
### Plot the open paths with `ggdag_paths()`. (Just give it `coffee_cancer_dag` rather than using `dag_paths()`; the quick plot function will do that for you.) Remember, since we assume there is *no* causal path from coffee to lung cancer, any open paths must be confounding pathways.
227227

228-
<div class="countdown" id="timer_5fb59e7d" style="right:0;bottom:0;" data-warnwhen="0">
228+
<div class="countdown" id="timer_5fc6be3a" style="right:0;bottom:0;" data-warnwhen="0">
229229
<code class="countdown-time"><span class="countdown-digits minutes">05</span><span class="countdown-digits colon">:</span><span class="countdown-digits seconds">00</span></code>
230230
</div>
231231

@@ -312,7 +312,7 @@
312312
#### Use `ggdag_adjustment_set()` to visualize the adjustment sets. Add the arguments `use_labels = "label"` and `text = FALSE`.
313313
#### Write an R formula for each adjustment set, as you might if you were fitting a model in `lm()` or `glm()`
314314

315-
<div class="countdown" id="timer_5fb59da2" style="right:0;bottom:0;" data-warnwhen="0">
315+
<div class="countdown" id="timer_5fc6be60" style="right:0;bottom:0;" data-warnwhen="0">
316316
<code class="countdown-time"><span class="countdown-digits minutes">05</span><span class="countdown-digits colon">:</span><span class="countdown-digits seconds">00</span></code>
317317
</div>
318318

slides/02-dags.pdf

-133 Bytes
Binary file not shown.
-131 KB
Loading

slides/03-pscores.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
<title>Propensity Scores</title>
55
<meta charset="utf-8" />
66
<meta name="author" content="Lucy D’Agostino McGowan" />
7-
<script src="libs/header-attrs-2.5/header-attrs.js"></script>
8-
<link href="libs/remark-css-0.0.1/default.css" rel="stylesheet" />
9-
<link href="libs/countdown-0.3.5/countdown.css" rel="stylesheet" />
10-
<script src="libs/countdown-0.3.5/countdown.js"></script>
7+
<script src="libs/header-attrs/header-attrs.js"></script>
8+
<link href="libs/remark-css/default.css" rel="stylesheet" />
9+
<link href="libs/countdown/countdown.css" rel="stylesheet" />
10+
<script src="libs/countdown/countdown.js"></script>
1111
<link rel="stylesheet" href="theme.css" type="text/css" />
1212
</head>
1313
<body>
@@ -17,7 +17,7 @@
1717
# Propensity Scores
1818
### Lucy D’Agostino McGowan
1919
### Wake Forest University
20-
### 2020-07-29 (updated: 2020-11-18)
20+
### 2020-07-29 (updated: 2020-12-01)
2121

2222
---
2323

@@ -168,7 +168,7 @@
168168

169169
## Your turn
170170

171-
<div class="countdown" id="timer_5fb59d1d" style="right:0;bottom:0;" data-warnwhen="0">
171+
<div class="countdown" id="timer_5fc6bbc4" style="right:0;bottom:0;" data-warnwhen="0">
172172
<code class="countdown-time"><span class="countdown-digits minutes">07</span><span class="countdown-digits colon">:</span><span class="countdown-digits seconds">00</span></code>
173173
</div>
174174

slides/03-pscores.pdf

-129 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)