https://github.com/jhrcook/doing-bayesian-data-analysis
https://github.com/jhrcook/doing-bayesian-data-analysis
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/jhrcook/doing-bayesian-data-analysis
- Owner: jhrcook
- Created: 2020-07-02T12:04:52.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-12-09T20:31:08.000Z (over 1 year ago)
- Last Synced: 2025-01-13T11:50:08.756Z (3 months ago)
- Language: R
- Size: 407 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
Awesome Lists containing this project
- jimsghstars - jhrcook/doing-bayesian-data-analysis - (R)
README
---
title: "Notes on *Doing Bayesian Data Analysis: A Tutorial with R, JAGS, and Stan*"
output: github_document
---```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE, comment = "#>", dpi = 500)
```## Introduction
This is a repository for my notes on *Doing Bayesian Data Analysis: A Tutorial with R, JAGS, and Stan* by John Kruschke.
As I have some experience with the topic by working through Richard McElreath's [*Statistical Rethinking*](https://github.com/jhrcook/statistical-rethinking), I may skip a few sections or chapters.## Notes
[Ch 2. Introduction: Credibility, Models, and Parameters](ch02_introduction-credibility-models-and-parameters.md)