-
Thanks for a swift reply in advance!!!!!
This concerns Chapter 11 of the tlverse handbook on survival. It is not clear what time points are being targeted. The Grid for estimating the hazard n…
-
Hi,
When I tried to learn the individualized best treatment effect, I found an error called non-numeric argument to binary operator.
Here is my code:
library(data.table)
library(sl3)
librar…
-
Part of v0.9.0 update. All cross-fit estimators I would like to add
- [x] AIPTW
- [ ] AIPTW with censored data
- [x] TMLE
- [ ] TMLE with censored data
- [ ] LongitudinalAIPTW
- [ ]…
-
Thank you very much for implementing the bootstrap method for TMLE using the modified TMLE algorithm https://arxiv.org/abs/1810.03030. I noticed that in the `cf_tmle2()` function, the density ratio is…
-
The results of recent simulation studies suggest that the implemented TMLE of the PM for two-phase sampling DGPs is inconsistent. This is likely due to over-aggressive tilting procedures in `est_tml()…
-
`Param_ATT` is used in the example below but this seems to affect other params as well.
```
library(tmle3) ## tmle3 0.1.7
library(sl3) ## sl3 1.2.0
set.seed(9519)
A
-
Hello
Running tmle3 fit is not working for me: one of the problems I have is that I cannot specify the number of folds in the tmle_task. I have generated two sl3 fits for the Q ang g models. Is there…
-
Hi, I've been trying to reproduce the mediation example on the WASH Benefits data as thoroughly explained on the [tlverse website](https://tlverse.org/tlverse-handbook/causal-mediation-analysis.html).…
-
Currently the error for `lmtp_contrast` when using `lmtp_sub` or `lmtp_ipw` objects is that `lmtp_contrast` is not implemented for these estimators. It may be helpful to elaborate that this is purpose…
-
Might want to consider this. The difficulty will be that there is various approaches (not as simple as binary variable). [This paper](https://www.ncbi.nlm.nih.gov/pubmed/24487212) has potential option…