Jump to content

Help with proc phreg in SAS


Recommended Posts

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

Here 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;

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

This website uses cookies to ensure you get the best experience on our website. See our Privacy Policy and Terms of Use