BookmarkSubscribeRSS Feed
cecypdel
Calcite | Level 5

I need to know how to interpret the analysis of maximum likelihood estimates output in SAS after using a phrec procedure with backwards selection.

Attached is an example output.

The code looks something like this:

proc phreg data="map.sas7bdat";

model survival*censor(1) = After_Blood_Return __hr_After_60_Blood_Loss After_60_Blood_Loss _0_min_After_40_Blood_Loss After_40_Blood_Loss Before_Hypotension

/selection=backward;

, run;

1 REPLY 1
Reeza
Super User

Here's a good walk through of doing survival analysis with SAS

SAS Seminar: Introduction to Survival Analysis in SAS

Your question is a bit too broad to answer otherwise, in my opinion.

hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

What is Bayesian Analysis?

Learn the difference between classical and Bayesian statistical approaches and see a few PROC examples to perform Bayesian analysis in this video.

Find more tutorials on the SAS Users YouTube channel.

SAS Training: Just a Click Away

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

Browse our catalog!

Discussion stats
  • 1 reply
  • 991 views
  • 0 likes
  • 2 in conversation