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-2024.png

Don't miss out on SAS Innovate - Register now for the FREE Livestream!

Can't make it to Vegas? No problem! Watch our general sessions LIVE or on-demand starting April 17th. Hear from SAS execs, best-selling author Adam Grant, Hot Ones host Sean Evans, top tech journalist Kara Swisher, AI expert Cassie Kozyrkov, and the mind-blowing dance crew iLuminate! Plus, get access to over 20 breakout sessions.

 

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