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

Ready to join fellow brilliant minds for the SAS Hackathon?

Build your skills. Make connections. Enjoy creative freedom. Maybe change the world. Registration is now open through August 30th. Visit the SAS Hackathon homepage.

Register today!

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

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