Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brianspiering/doing-bayesian-data-analysis
Exploring John K. Kruschke's Doing Bayesian Data Analysis
https://github.com/brianspiering/doing-bayesian-data-analysis
Last synced: 8 days ago
JSON representation
Exploring John K. Kruschke's Doing Bayesian Data Analysis
- Host: GitHub
- URL: https://github.com/brianspiering/doing-bayesian-data-analysis
- Owner: brianspiering
- Created: 2014-05-29T00:22:26.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-05-29T00:49:46.000Z (over 10 years ago)
- Last Synced: 2023-08-01T03:24:21.079Z (over 1 year ago)
- Language: R
- Homepage: http://www.indiana.edu/~kruschke/DoingBayesianDataAnalysis/
- Size: 133 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Doing Bayesian Data Analysis: A Tutorial with R and BUGS
Exploring John K. Kruschke's Doing Bayesian Data Analysis: A Tutorial with R and BUGS.
### Useful Links:
[Buy a copy](http://www.amazon.com/Doing-Bayesian-Data-Analysis-Tutorial/dp/0123814855)
[Book homepage](http://www.indiana.edu/~kruschke/DoingBayesianDataAnalysis/)
[Orginal R code](http://www.indiana.edu/~kruschke/DoingBayesianDataAnalysis/Programs/)### (Rough) Guide to getting `rbugs` and `rjags` packages working
This *might* work for OS X 10.9:
1. [Install R 2.14 ](http://cran.r-project.org/bin/macosx/old/index-old.html)
2. [Install R Switch App](http://r.research.att.com/). Allowa for simple switching between older and newer versions of R
3. `install.packages("rbugs")` in R
4. `install.packages("rjags")` in R
5. [Install JAGS: Just Another Gibbs Sampler](http://sourceforge.net/projects/mcmc-jags/files/latest/download?source=files). [HT](http://dr-k-lo.blogspot.com/2013/03/problems-loading-jags-into-r.html)
6. `require("rbugs")` in R
7. `require("rjags")` in R