-
Notifications
You must be signed in to change notification settings - Fork 265
Description
Hi! I would like to ask if the package accommodates the scenario of multi-arm treatment and survival outcomes? I tried out some simulations for a binary treatment and survival outcome. The package worked very well. I'm wondering if it can take multi-arm treatment and survival outcome. There is a multi_arm_causal_forest() function, but it's for non-survival outcomes.
Also, if the dataset is from observational study, there are confounders. In causal_survival_forest(), I specified sample.weights to be the estimated IPTW. For the 5-arm treatment, I estimated propensity score from a multinomial model. But there is also a W.hat option in causal_survival_forest(). Is it supposed to be the PS assuming the treatment is binary?
Thanks for your answers in advance!