BookmarkSubscribeRSS Feed
EMB
Calcite | Level 5 EMB
Calcite | Level 5

Hello,

 

I am posting my question again with some additional information.

 

I wish to study trends in age over time in a study including incident cases of a specific disease. Data were collected during 4 short periods 2 years apart. Each period included different participants (>1000 each).  As part of the descriptive analysis I would like to look at trends over time in age of the diagnosed individuals and show p for linear trend.

Would the following be correct for the evaluation of linear trend in age of diagnosed individuals? Any other suggestion?

 

proc glm;
class (time period);
model AGE=(time period);
contrast 'linear' (time period) -3 -1 1 3;
run;

 

Thanks!

1 REPLY 1
pau13rown
Lapis Lazuli | Level 10

the cochran armitage trend test is a neat one you could likely use: https://support.sas.com/documentation/cdl/en/statug/63347/HTML/default/viewer.htm#statug_freq_sect03...

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
  • 1788 views
  • 0 likes
  • 2 in conversation