Skip to content

Commit

Permalink
add note about process_missing to tmle3 exercise
Browse files Browse the repository at this point in the history
  • Loading branch information
rachaelvp committed Mar 15, 2021
1 parent 20f39fd commit 799728d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion 07-tmle3.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,10 @@ but also tailored to have robust finite sample performance.
1. Define the variable roles $(W,A,Y)$ by creating a list of these nodes.
Include the following baseline covariates in $W$: `apgar1`, `apgar5`,
`gagebrth`, `mage`, `meducyrs`, `sexn`. Both $A$ and $Y$ are specified
above.
above. The missingness in the data (specifically, the missingness in the
columns that are specified in the node list) will need to be taking care of.
The `process_missing` function can be used to accomplish this, like the
`washb_data` example above.
2. Define a `tmle3_Spec` object for the ATE, `tmle_ATE()`.
3. Using the same base learning libraries defined above, specify `sl3` base
learners for estimation of $\overline{Q}_0 = \mathbb{E}_0(Y \mid A,Y)$ and
Expand Down

0 comments on commit 799728d

Please sign in to comment.