Skip to content

Commit 5a03da7

Browse files
committed
update
1 parent 8ac677e commit 5a03da7

File tree

11 files changed

+77
-56
lines changed

11 files changed

+77
-56
lines changed

slides/raw/06-using-pscores.html

Lines changed: 55 additions & 51 deletions
Large diffs are not rendered by default.

slides/raw/06-using-pscores.qmd

Lines changed: 20 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "Using Propensity Scores"
33
author: "Lucy D'Agostino McGowan"
44
institute: "Wake Forest University"
55
date: "2021-09-01 (updated: `r Sys.Date()`)"
6-
format: "kakashi-revealjs"
6+
format: kakashi-revealjs
77
---
88

99
```{r}
@@ -26,6 +26,15 @@ Direct Adjustment
2626

2727
...
2828

29+
## Estimands
30+
31+
::: {.tiny}
32+
Greifer, N., & Stuart, E. A. (2021). Choosing the estimand when matching or weighting in observational studies. arXiv preprint arXiv:2106.10577.
33+
:::
34+
35+
![](img/estimand.png)
36+
37+
2938
## Propensity scores {background-color="#23373B" .large}
3039

3140
**Matching**
@@ -207,7 +216,11 @@ glimpse(matched_data)
207216

208217
## *Your Turn 1*
209218

210-
`r countdown::countdown(minutes = 10)`
219+
```{r}
220+
#| echo: false
221+
#| eval: true
222+
countdown::countdown(minutes = 10)
223+
```
211224

212225
### Using the propensity scores you created in the previous exercise, create a "matched" data set using the ATM method with a caliper of 0.2.
213226

@@ -392,7 +405,11 @@ df <- propensity_model |>
392405

393406
## *Your Turn*
394407

395-
`r countdown::countdown(minutes = 10)`
408+
```{r}
409+
#| echo: false
410+
#| eval: true
411+
countdown::countdown(minutes = 10)
412+
```
396413

397414
### Using the propensity scores you created in the previous exercise, add the ATE weights to your data frame
398415

-23.2 KB
Loading
-23.8 KB
Loading
-17.8 KB
Loading
-23.7 KB
Loading
-25 KB
Loading
68.9 KB
Loading

slides/raw/06-using-pscores_files/libs/revealjs/dist/theme/quarto.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

slides/raw/img/estimand.png

429 KB
Loading

0 commit comments

Comments
 (0)