cem icon indicating copy to clipboard operation
cem copied to clipboard

CEM with cox proportional hazard models?

Open shelleybrown423 opened this issue 1 year ago • 0 comments

does CEM work with cox proportional hazards models?

For example, I am trying to run this code

est4 <- att(mat, cox_model <- coxph(Surv(survival.DV, fail.yesno) ~ treat.binary, data = filtered.miss))

and I get this error:

Error in att(mat, cox_model <- coxph(Surv(survival.DV, fail.yesno) ~ treat.binary, : argument "data" is missing, with no default

shelleybrown423 avatar Aug 07 '23 18:08 shelleybrown423