An Introduction to Bayesian Statistics Workshop (updated 08/04/2010)

Workshop links of interest

Morning Lecture
Afternoon Lecture
References
OpenBUGS Demonstration Notes
OpenBUGS Demonstration Examples
SAS Demonstration Notes
SAS Demonstration Examples
Installing SAS Macros
A Recent History of Bayesian Statistical Software
SAS Macros for BUGS and RASmacro (see installation instructions above, more detail, and below, little detail)

Links to other software/information

BUGS

The Bugs Project (BUGS/WinBUGS)
The OpenBUGS homepage

R

The R Project
CODA
BOA
R2WinBUGS
CODA and OpenBUGS articles in R News: 6/1 (March, 2006)

SAS

The SAS/STAT Bayesian Procedures web page
installation bug-fix (bprocs_tpl.sas)
BayesIntervals, BayesTests and MakeGLMStats SAS Macros
BayesIntervals with some cosmetic changes (recommended)
Bayesian Variance Component Analysis with SAS
SAS v9.1.3 online documentation
SAS configuration/customization (Unix/Linux)
SAS configuration/customization (Windows)

Wine

Wine (binaries/source for Linux/Unix x86)
Wine binaries for Mac OS X x86

ESS

ESS (emacs modes for statistical software packages)

SAS software advice

After installing the Bayesian Procedures, run bprocs_tpl.sas to fix a potential bug in the installation routine. Then run the examples to make sure that everything is working. Check the SAS log for error messages. Contact SAS Customer Support for assistance.

RASmacro installation instructions

To install RASmacro (or any SAS macros), here is a brief overview. For more detailed information, especially for MS Windows, see Installing SAS Macros

1. unzip them into a directory denoted by ?????? (use the actual name)
2. edit your SAS configuration file, sasv8.cfg or sasv9_local.cfg
2a. you probably have a line something like the following:
-sasautos '!SASROOT/sasautos' /* for Unix/Linux */ -sasautos '!SASROOT\core\sasmacro' /* for Windows */ 2b. edit or add the corresponding line as follows:
-sasautos ( '!SASROOT/sasautos' '??????' ) /* for Unix/Linux */ -sasautos ( '!SASROOT\core\sasmacro' '??????' ) /* for Windows */ 3. Keep in mind that RASmacro is often updated with new features and bug-fixes. For example, if you installed it before 10/11/2007, then you will need to update.

Rodney Sparapani
Last modified: Wed Aug 4 14:10:33 CDT 2010