R Programming/Bayesian Methods

From Wikibooks, open books for an open world
Jump to navigation Jump to search

Introduction[edit | edit source]

R has lots of bayesian estimation procedures, much more than Stata or SAS.

  • LearnBayes by Jim Albert
  • bayesm by Peter Rossi and Rob McCulloch
  • BaM by Jeff Gill
  • arm package by Jennifer Hill and Andrew Gelman.
  • MCMCpack package.
  • mcsm package by Christian Robert and George Casella.
  • umacs (link) by Jouni Kerman and Andrew Gelman.

Interface with WinBugs[edit | edit source]

  • WinBugs/OpenBugs is a popular statistical package for MCMC techniques.
  • Andrew Gelman has some instruction to use R and WinBugs on his webpage
  • There is also an interface with JAGS

Resources[edit | edit source]

References[edit | edit source]


Previous: Maximum Likelihood Index Next: Bootstrap