Description Usage Arguments Value Examples
Extract TSM and ATE from a tmle object
1 | tmle_extract(fit, obs_a, obs_y)
|
fit |
a TMLE model from the |
obs_a |
A vector of the observed binary exposures |
obs_y |
A vector of the observed outcomes |
A list of class tmleExtract
with elements tsm
(the extract estimates) and IF
a dataframe with the elements used to extract such estimates.
1 2 3 4 5 6 7 8 9 10 11 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.