I am examining the association between chemotherapy and survival among octogenarians with pancreatic cancer who have undergone surgery first - I addition to determining overall survival I want to determine the 5 year survival difference between the chemotherapy and no chemotherapy group:
Relevant code:
stset postopfu90, failure(laststatus)
xi: stcox i.anychemo AGE i.SEX i.racemm ib1.income2m i.insurancem i.hichar1 i.hlos2 i.ajcc8stage i.marginm i.radiationm i.facilitym ib2.region i.timeperiod
sts test anychemo if postopfu90<=60, logrank
ltable postopfu90, by(anychemo) interval(12)
Using the life table I am get overlapping confidence intervals at the 5 year time point, , 7.7% (95%CI [6.1%, 9.6%]) vs. 5.4% (95%CI [4.2%, 6.8%]) for patients who received adjuvant chemotherapy versus those who did not receive chemotherapy, respectively.
However when I perform the logrank test they seem to be significantly different. These results seem contradictory unless I am interpreting the ltable confidence intervals incorrectly?
Array
Related Posts with Survival Analysis at specific time point, ltable vs. sts test logrank
Code to run ttests and effect sizes on many variables at once?I have about 20 variables that I would like to conduct two sample t-tests (with unequal variances) a…
Loop over variables for each observationDear Listers, I have a dataset which looks like id es1 es2 es3 es4 es5 es6 es7 es8 es9 1 1 1 1 1 1…
How to double quote the double quoteDear Stata users, I have a string variable that some values of it are leading by a double quote (")…
Change the unit size on Vertical AxisHi Stata Experts, I am using the code below to draw a quadratic graph. qui xtgee DV c.IV ##c.IV Co…
Identifying houshold with all mebber of same characteristics (sex)Hi, I am trying to drop all houshold that contains all member of same sex but I am unable to perform…
Subscribe to:
Post Comments (Atom)
0 Response to Survival Analysis at specific time point, ltable vs. sts test logrank
Post a Comment