Skip to content

Commit 10b72b2

Browse files
change wording about previous exercises
1 parent 9d53826 commit 10b72b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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, ...) {

0 commit comments

Comments
 (0)