BookmarkSubscribeRSS Feed
cnetphil
Calcite | Level 5

hello,

 

I would like to extract CI of (Bi+Rij) from zph output or output statment of PHREG.

Bi+ Rij represent Beta estimates weighted by standardized shoenfeld residuals.

 

Do you know option or the exact equation for calulating these CIs.

 

Thank you in advance,

cnetphil.

5 REPLIES 5
PeterClemmensen
Tourmaline | Level 20

Welcome to the SAS community. Can you show us your code?

cnetphil
Calcite | Level 5

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.

cnetphil
Calcite | Level 5

thanks for your response,

 

Could you specify the exact statment option for obtaining adequate output of CI for ( Bi+ RIj) extimates and not only Beta estimates for linear predicators?

 

Thanks in advance,

sincerely,

cnetphil

Reeza
Super User
Unfortunately that part I don't have time for. Estimates statements are complicated and each time I do them, I essentially re-learn them.
https://blogs.sas.com/content/sastraining/2012/05/02/estimate-statements-the-final-installment/

sas-innovate-2024.png

Available on demand!

Missed SAS Innovate Las Vegas? Watch all the action for free! View the keynotes, general sessions and 22 breakouts on demand.

 

Register now!

Mastering the WHERE Clause in PROC SQL

SAS' Charu Shankar shares her PROC SQL expertise by showing you how to master the WHERE clause using real winter weather data.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 5 replies
  • 557 views
  • 0 likes
  • 3 in conversation