Skip to content

Commit

Permalink
Added PSA flow diagram.
Browse files Browse the repository at this point in the history
  • Loading branch information
jbryer committed Nov 13, 2023
1 parent 0fc9efa commit a59e489
Show file tree
Hide file tree
Showing 37 changed files with 80 additions and 98 deletions.
21 changes: 7 additions & 14 deletions Slides/Intro_PSA.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -392,6 +392,13 @@ ggplot(dat, aes(x = x1, y = x2, shape = x3, color = factor(treatment))) +
```


---
# Steps for Implementing Propensity Score Analysis

```{r, echo=FALSE, out.width = '90%'}
knitr::include_graphics('images/PSA_Flow.png')
```

---
# Propensity score methods

Expand Down Expand Up @@ -523,20 +530,6 @@ knitr::include_graphics('images/psa_simulation_screenshot.png')
```


---
# Steps for Implementing Propensity Score Analysis

Stuart and Rubin (2008) outline the following steps for matching, but the same approach can be used for stratification and weighting as well.

1. Choose the covariates to be used.

2. Define a distance measure (i.e. what constitutes similar).

3. Choose the matching algorithm.

4. Diagnose the matches (or strata) obtained (iterating through steps 2 and 3 as well).

5. Estimate the treatment effect using the matches (or strata) found in step 4.

---
# Phase I: Estimate Propensity Scores
Expand Down
Loading

0 comments on commit a59e489

Please sign in to comment.