tmle3shift icon indicating copy to clipboard operation
tmle3shift copied to clipboard

🎯 :game_die: Targeted Learning of the Causal Effects of Stochastic Interventions

Results 6 tmle3shift issues
Sort by recently updated
recently updated
newest added

Hello @nhejazi, I'm new to TMLE and attempting mediation analysis with continuous data. I came across your packages, tmle3mediate and tmle3shift, and believe they could be valuable for my work....

I ran the test suite with `options(warn = 2)` and it generated some failures: ``` ── Error (test-bound.R:61:3): bounds are being respected in submodel ─────────────────────────── Error in `max(Q_submodel)`: (converted from...

bug

It would be desirable to implement the original version of the algorithm for the TMLE of a counterfactual mean under a stochastic intervention, as described in https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4117410/

enhancement
TODO

A proposal for a stochastic intervention that moves the natural value of the treatment as much as is possible, given the observed data, exists. Implementing such a shift requires that...

enhancement
TODO

Theoretically, it should be sound to perform variable importance assessment based on a grid of counterfactual shift values with nominal variables; however, in practice, such variables (even when converted via...

bug

It would generally be of interest to be able to effectively compare the counterfactual outcome under two posited values of a stochastic intervention. This would be a rather simple application...

enhancement