Skip to content

Commit 82a6ffd

Browse files
Merge pull request #76 from r-causal/post-cleanup-p24
Post posit conf cleanup
2 parents 3cbd7d0 + 8f68a44 commit 82a6ffd

File tree

100 files changed

+3074
-1427
lines changed

Some content is hidden

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

100 files changed

+3074
-1427
lines changed

exercises/09-outcome-model-exercises.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ We are interested in examining the relationship between whether there were "Extr
2020

2121
## Your turn
2222

23-
Create a function called `ipw_fit` that fits the propensity score model from Exercise 03, incorporates the ATE weights calculated in Exercise 04, and fits a weighted outcome model.
23+
Create a function called `ipw_fit` that fits the propensity score model and incorporates the ATE weights (as calculated in the previous exercises), then uses the weights in a weighted outcome model.
2424

2525
```{r}
2626
fit_ipw <- function(split, ...) {

slides/pdf/00-intro.pdf

-616 Bytes
Binary file not shown.
-466 KB
Binary file not shown.
1.01 KB
Binary file not shown.
26.4 KB
Binary file not shown.

slides/pdf/04-dags.pdf

7.03 KB
Binary file not shown.

slides/pdf/05-quartets.pdf

342 Bytes
Binary file not shown.

slides/pdf/06-pscores.pdf

18.3 KB
Binary file not shown.

slides/pdf/07-using-pscores.pdf

-449 KB
Binary file not shown.
36.9 KB
Binary file not shown.

0 commit comments

Comments
 (0)