BookmarkSubscribeRSS Feed
57078
Calcite | Level 5

I am using the inverse-probability method published by Cole et al (Adjusted survival curves with inverse probability weights) to create my weights however instead of using these weights in the COX procedure, proc phreg, I would like to use them in Proc Lifetest.

proc lifetest data=SDEHP3 plots=(s) graphics  outsurv=ph2_survival;

time phage*phcensor1(1);strata dhCAT ;

freq stw;

run;

The benefit is that I can use the medians with confidence intervals as my adjusted median survival times for each strata where as in Cox there are no ages with confidence intervals.


Does anyone see a problem with using inverse probability weights in the weight statement of proc lifetest to produce adjusted KM curves?


Thanks!

1 REPLY 1
1zmm
Quartz | Level 8

I don't know the answer to your question.

Another article deals directly with your question (Statistics in Medicine 24:3089-3110).

However, with PROC LIFETEST, you might consider the FREQ statement option, NOTRUNCATE,

that prevents truncation on non-integer weights and the use of Wilcoxon scores (=n_i) instead of the default

log-rank test scores (=1) so that these weights are incorporated in the estimation.

Ready to join fellow brilliant minds for the SAS Hackathon?

Build your skills. Make connections. Enjoy creative freedom. Maybe change the world. Registration is now open through August 30th. Visit the SAS Hackathon homepage.

Register today!
What is ANOVA?

ANOVA, or Analysis Of Variance, is used to compare the averages or means of two or more populations to better understand how they differ. Watch this tutorial for more.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 1 reply
  • 2308 views
  • 0 likes
  • 2 in conversation