BookmarkSubscribeRSS Feed
sbxvab
SAS Employee

Dear all,

We use a mixed model approach to estimate the within and between variance.

This works fine, unless the the within variance is larger than the between variance. We do not want negative variance components (i.e. the “nobound” option in SAS proc mixed).
At the moment, we use JMP “variability charts” to obtain a Bayesian estimate of the within and between variance.

What is the equivalent proc mixed code?

Thanks a lot,

Vaélrie

2 REPLIES 2
SteveDenham
Jade | Level 19

Wouldn't the REML estimates be adequate i.e., default estimates without the nobound option?

Steve Denham

Funda_SAS
SAS Employee

Hi Vaélrie,

The MIXED procedure does not support the Bayesian analysis. However, you can use PROC MCMC for fitting general Bayesian models. To specify linear and nonlinear random-effects models, you need to use the new RANDOM statement in the MCMC procedure.

Below is a link to a SAS Global Forum Paper which explains how to fit random-effects models with PROC MCMC:

http://support.sas.com/resources/papers/proceedings11/334-2011.pdf

Funda

Ready to join fellow brilliant minds for the SAS Hackathon?

Build your skills. Make connections. Enjoy creative freedom. Maybe change the world. Registration is now open through August 30th. Visit the SAS Hackathon homepage.

Register today!
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
  • 2 replies
  • 1362 views
  • 0 likes
  • 3 in conversation