☑ This topic is solved.
Need further help from the community? Please
sign in and ask a new question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Posted 06-28-2022 05:25 PM
(1279 views)
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
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.
1 REPLY 1
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
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.