BookmarkSubscribeRSS Feed
☑ This topic is solved. Need further help from the community? Please sign in and ask a new question.
zihmin
Calcite | Level 5

Hello, I used the Cox PH model, but the output in the two rows with smokey=2 and stage=4 is blank, so I would like to ask how to solve the blank problem. (the logs do not show any warning)

Thank you !

 

proc phreg data=b;
class 
ID_S (param=ref ref='1') agep(param=ref ref='1') 
town1(param=ref ref='1')  ses (param=ref ref='1') 
smokeg (param=ref ref='0') smokey (param=ref ref='0') 
drinkg  (param=ref ref='0') cci_g (param=ref ref='0') stage (param=ref ref='0') 
histgp (param=ref ref='1') h_acc (param=ref ref='0') ;
model dd*readmit1(0)=h_acc ID_S agep town1 ses smokeg smokey drinkg cci_g stage histgp/risklimits 
slentry=0.25 slstay=0.15 details;
baseline survival=s /diradj  group=h_acc;
run;

Class Level Information.gifAnalysis of Maximum Likelihood Estimates.gif

 

 

1 ACCEPTED SOLUTION
2 REPLIES 2

sas-innovate-wordmark-2025-midnight.png

Register Today!

Join us for SAS Innovate 2025, our biggest and most exciting global event of the year, in Orlando, FL, from May 6-9. Sign up by March 14 for just $795.


Register now!

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 2 replies
  • 775 views
  • 0 likes
  • 2 in conversation