BookmarkSubscribeRSS Feed
Jaiyong_Kim
Calcite | Level 5

Hello.

I used GLIMMIX to do the age-period-cohort analysis.

CASE_NUM is number of cases.

LOGPOP is Log(Number of base population).


proc glimmix data=A ic=q;
class AGE(ref='50') PERIOD COHORT;
model CASE_NUM = AGE  /dist=poisson solution offset=LOGPOP;
random PERIOD COHORT /solution;
covtest glm/wald;
NLOPTIONS TECHNIQUE=NRRIDG;
; run;

 

My question is as follows.

1> Using GLIMMIX with random variables like this can avoid identification problems,

that is most big issues in APC analysis?

2> Can I find any examples using GLIMMIX for the APC analysis?

 

Regards..

1 REPLY 1
zwyszomi
SAS Employee

Hi

I'm working on the same topic right now.

Were You able to find any useful examples of GLIMMIX for APC modeling?

Maybe anybody can point to the good ones, thank You in advance
Regards

Ziggy 

SAS Innovate 2025: Call for Content

Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 25. Read more here about why you should contribute and what is in it for you!

Submit your idea!

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