cecypdel Posted July 16, 2014 Posted July 16, 2014 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;
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now