from example :
proc phreg data=Rats zph(out=zph);
model Days*Status(0)=Group;
output out=output ressch=ressch wtressch=wtressch xbeta=beta;
run;
the zph table gives (Bi+Rij) and days of cases.
the output table gives Bi and Rij so I can also caculate Bi+Rij by a simple addition.
But I cannot extract CI of (Bi+Rij) and I do not find the exact equation for calculating that.
Thanks in adavance,
centphil.