Nicholas Williams
Nicholas Williams
I'm thinking that `...` is added across functions that currently aren't testing because of writing issues so that a temporary path can be passed for .Rprofile when testing.
The documentation for `new_cabinet_proj()` should be updated to indicate that the name argument can be a file path.
Adds competing risks functionality to the package ala "Causal survival analysis under competing risks using longitudinal modified treatment policies". Credit to @kathoffman .
``` LMTP Estimator: SDR Trt. Policy: (policy) Population intervention estimate Estimate: 507.7538 Std. error: 4.8903 95% CI: (498.169, 517.3386) Additive effect Observed: ... Effect: ... Std. error: ... 95% CI:...
Capture this error message and indicate setting `intervention_type = "mtp"` will likely fix it. ``` Error in glm.fit(x = c(1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,...
Food for thought. As pointed out by @idiazst, the current arguments `shift` and `shifted` aren't generalizable to the full array of treatment effects *lmtp* is capable of estimating, and might...