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

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
  • 2 replies
  • 1398 views
  • 0 likes
  • 3 in conversation