pzivich / zEpid

Epidemiology analysis package
http://zepid.readthedocs.org
MIT License
141 stars 33 forks source link

TMLE improved stability #118

Closed pzivich closed 4 years ago

pzivich commented 5 years ago

My TMLE code currently copies R's tmle and this approach uses as older (but valid) version. A more stable version instead uses HA1W/HA0W as weight in the targeting step (rather than including as terms in the model).

This approach is suppose to increase stability. It is potentially worth looking into in a future update. Maybe allow for both procedures?