BookmarkSubscribeRSS Feed
AndreaB_
Calcite | Level 5

Hi,

 

I want to use PROC MCMC to run a random-effects linear negative binomial (NB1) model and estimate ~200,000 random intercepts (as an alternative to NLMIXED).  Since the OUTPOST= dataset can only save up to 32,767 variables, what approaches can I take to be able to output the posterior samples for all of the ~200K random-effects parameters?

 

 

Thanks,

Andrea

 

P.S. I have SAS v9.4 (TS1M4) and SAS/STAT 14.2.

1 REPLY 1
Garnett
Obsidian | Level 7

Hi,

An easy way is to assume the posterior on each effect is Gaussian:

 

1) Monitor the posterior distributions of the random effects.

2) Write ODS output postsumint=Px;

3) In a subsequent datastep, sample from the mean and Standard deviation given in Px (or just use the posterior info in Px.)

 

Let me know if this isn't what you are thinking...

G

sas-innovate-2024.png

Available on demand!

Missed SAS Innovate Las Vegas? Watch all the action for free! View the keynotes, general sessions and 22 breakouts on demand.

 

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