By default the output is hazard ratio. According to the logic behind Cox proportional hazard model, the point estimation of hazard ratio equals exp(bi), where bi is the predicted coef. I just want to find the point estimation and confidence interval for bi. I tried the 'help stcox' syntax but no luck.
Code:
stcox i.ttestforweightstatus i.ageforttest i.gendercode i.af i.hypertension i.chf i.hypoalbumi > nemiaforttest i.akiforttest i.potentialamiodaroneddi i.ttestindication i.ttesttargetinr i.afan > dwarfarinhistory i.non11ornon1non1 i.nonaaornonanona failure _d: firsttherapeuticinrreached analysis time _t: timetofirsttherapeuticinrd Iteration 0: log likelihood = -609.64264 Iteration 1: log likelihood = -585.42388 Iteration 2: log likelihood = -582.50792 Iteration 3: log likelihood = -582.47598 Iteration 4: log likelihood = -582.47597 Refining estimates: Iteration 0: log likelihood = -582.47597 Cox regression -- Breslow method for ties No. of subjects = 174 Number of obs = 174 No. of failures = 135 Time at risk = 1066 LR chi2(14) = 54.33 Log likelihood = -582.47597 Prob > chi2 = 0.0000 ------------------------------------------------------------------------------------------- _t | Haz. Ratio Std. Err. z P>|z| [95% Conf. Interval] --------------------------+---------------------------------------------------------------- 1.ttestforweightstatus | 1.020393 .2929401 0.07 0.944 .5812992 1.791163 1.ageforttest | 1.498247 .3518103 1.72 0.085 .9456026 2.373875 1.gendercode | 1.390171 .2653018 1.73 0.084 .9563653 2.020749 1.af | .5818911 .1519922 -2.07 0.038 .3487422 .9709098 1.hypertension | .7258801 .1602377 -1.45 0.147 .4709367 1.118838 1.chf | 1.670382 .4451392 1.93 0.054 .9907856 2.816126 1.hypoalbuminemiaforttest | 2.158257 .6137253 2.71 0.007 1.236101 3.768358 1.akiforttest | 1.268841 .3458445 0.87 0.382 .7436999 2.164796 1.potentialamiodaroneddi | .7580945 .1894779 -1.11 0.268 .4644878 1.237293 1.ttestindication | 1.543941 .4843595 1.38 0.166 .8348241 2.855397 1.ttesttargetinr | 1.465928 .5007634 1.12 0.263 .7504831 2.863416 1.afandwarfarinhistory | 1.260178 .3985813 0.73 0.465 .6779624 2.342384 1.non11ornon1non1 | 2.250942 .6506658 2.81 0.005 1.277359 3.966577 1.nonaaornonanona | .2831169 .0924991 -3.86 0.000 .1492326 .5371155 -------------------------------------------------------------------------------------------
Comment