I am trying to estimate cumulative inc and 95% CI but want to incorporate weight in the code, is this possible? I do not have competing events in the model
proc lifetest data=s outcif=cif_overall;
time time * outcome3(0) / failcode=1;
strata drug;
weight ipcw_weight
run;
Guessing you are doing a competing risks analysis (with inverse propensity of censoring)? I would recommend you try using PROC PHREG for this. That will also allow you to plot the cumulative incidence (and presumably add your weight statement). Have a look at this:
Walk in ready to learn. Walk out ready to deliver. This is the data and AI conference you can't afford to miss. Register now and lock in 2025 pricing—just $495!