If you have a recent version of SAS/STAT, you could directly use PROC BGLIMM for a full Bayesian analysis.
The text indicated df calculated using the Satterthwaite method. But I have only scanned this.
Obviously, PROC MIXED does not provide direct answer. But you can get it outside of PROC MIXED.
Ask PROC MIXED to save/print var(L'B0) and v_b_hat. Once you have these two items, then you can construct your own interval limits.
Hope trhis helps,
Tianlin Wanhg
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
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.