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/01-whole-game-exercises.Rmd
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -192,7 +192,7 @@ The main goal here is to *break* the non-causal associations between quitting sm
192
192
193
193
Standardized mean differences (SMD) are a simple measurement of differences that work across variable types. In general, the closer to 0 we are, the better job we have done eliminating the non-causal relationships we drew in our DAG. Note that low SMDs for everything we adjust for does *not* mean that there is not something else that might confound our study. Unmeasured confounders or misspecified DAGs can still distort our effects, even if our SMDs look great!
194
194
195
-
We'll use the {smd}t package to calculate the SMDs, then visualize them.
195
+
We'll use the {smd} package to calculate the SMDs, then visualize them.
196
196
197
197
```{r}
198
198
vars <- c("sex", "race", "age", "education", "smokeintensity", "smokeyrs",
0 commit comments