You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: exercises/13-quartets.qmd
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,7 @@ For each of the following 4 datasets, fit a linear linear model examining the re
46
46
47
47
## Stretch goal
48
48
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?
0 commit comments