Skip to content

Commit 4aabc6c

Browse files
committed
update
1 parent 5217f58 commit 4aabc6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/13-quartets.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ For each of the following 4 datasets, fit a linear linear model examining the re
4646

4747
## Stretch goal
4848

49-
Try to fit a propensity score model for a continuous exposure predicting `exposure_baseline` using `covariate_baseline`. Create a propensity score weight and use it in a model to estiamte the relationship between `outcome_followup` and `exposure_baseline`
49+
Use the "g-computation" method to examine the causal effect of a change in exposure from 0 to 1 for each of the datasets. How does this compare to the results above?
5050

5151
```{r}
5252

0 commit comments

Comments
 (0)