lmtp
lmtp copied to clipboard
:package: Non-parametric Causal Effects Based on Modified Treatment Policies :crystal_ball:
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 purposeful,...
**Is your feature request related to a problem? Please describe.** Currently, you must run estimators multiple times to test different treatment policies. **Describe the solution you'd like** It would be...
**Is your feature request related to a problem? Please describe.** When `sl3` learners fail they are removed from the ensemble. A warning message should be output when this occurs.
Hello, I would like to use LMTP with a count outcome but it appears that the package is internally scaling Y before estimating the outcome regression. As a result, I...
https://github.com/nt-williams/lmtp/blob/8ff28f82576d5bbc59225abd1b9d807d7a4ca9cb/R/lmtp_Task.R#L36 Isn't this `if else` statement the same as the `if` statement above?
Something of the sort ``` lmtp_survival(...) ``` that loops over `lmtp_tmle()` or `lmtp_sdr()` to produce the whole survival curve and enforces monotinicity.
Hi Nick, I was getting some errors with `lmtp_{sdr, tmle, sub}` when the input data is a `tbl_df`/`tbl`: ``` Error in `[[
This pull request proposes adding a new method for estimating inverse probability weights for IPW and TMLE methods via empirical loss-based estimation of Riesz Representers. The code for performing the...
**Issue:** I keep getting the error message `Error in id.split[[v]] : subscript out of bounds` but have not been able to locate in the R package scripts of `lmtp` the...