Statistical Procedures

Programming the statistical procedures from SAS
BookmarkSubscribeRSS Feed
☑ This topic is solved. Need further help from the community? Please sign in and ask a new question.
spatsassy
Fluorite | Level 6

Hi there, I am running a PHREG model with mortality as the outcome and quartiles of protein X as my predictor (where quartile 1= ref). I was able to get the HR for quartile 2, 3, and 4, and their respective p-values- which are not significant (0.8, 0.4, 0.2) and now wondering if there is a way to test for a trend in the HRs?? Any suggestions/tips for the analysis would be appreciated!

 

1 ACCEPTED SOLUTION

Accepted Solutions
StatDave
SAS Super FREQ
Assuming that you have the original continuous values of your predictor, use that variable itself in your MODEL statement instead of your quartile variables and do not include it in the CLASS statement. The test of its parameter is a test of the linear effect of the predictor.

View solution in original post

1 REPLY 1
StatDave
SAS Super FREQ
Assuming that you have the original continuous values of your predictor, use that variable itself in your MODEL statement instead of your quartile variables and do not include it in the CLASS statement. The test of its parameter is a test of the linear effect of the predictor.

sas-innovate-white.png

Our biggest data and AI event of the year.

Don’t miss the livestream kicking off May 7. It’s free. It’s easy. And it’s the best seat in the house.

Join us virtually with our complimentary SAS Innovate Digital Pass. Watch live or on-demand in multiple languages, with translations available to help you get the most out of every session.

 

Register now!

What is ANOVA?

ANOVA, or Analysis Of Variance, is used to compare the averages or means of two or more populations to better understand how they differ. Watch this tutorial for more.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 1 reply
  • 1280 views
  • 2 likes
  • 2 in conversation