Statistical Procedures

Programming the statistical procedures from SAS
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-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
  • 2249 views
  • 0 likes
  • 2 in conversation