Skip to content
🚫 ↩️ A document that introduces Bayesian data analysis.
Branch: master
Clone or download
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
css format update Jul 29, 2018
data refactor to gitbook mostly complete Jul 23, 2017
docs fix typos, content cleanup Jul 30, 2018
img
old_stuff minor Jul 23, 2017
.Rbuildignore initial commit after move Dec 10, 2016
.gitattributes update attr Nov 24, 2017
.gitignore update css, minor plot fix elsewhere Mar 8, 2018
.nojekyll test gh pages Sep 30, 2017
.travis.yml initial commit after move Dec 10, 2016
BayesBasics.bib initial commit after move Dec 10, 2016
Bayesian-Basics.log begin transition to gitbook Jul 22, 2017
DESCRIPTION initial commit after move Dec 10, 2016
LICENSE initial commit after move Dec 10, 2016
LICENSE.md update readme, minor edits May 18, 2018
README.md update readme, minor edits May 18, 2018
_bookdown.yml format update Jul 29, 2018
_build.sh initial commit after move Dec 10, 2016
_deploy.sh initial commit after move Dec 10, 2016
_output.yml format update Jul 29, 2018
appendix.Rmd format update Jul 29, 2018
bayesian-basics.Rproj through 03_models chapter Dec 19, 2016
conclusion.Rmd format update Jul 29, 2018
diagnostics.Rmd
enhancements.Rmd format update Jul 29, 2018
example.Rmd format update Jul 29, 2018
index.Rmd format update Jul 29, 2018
intro.Rmd format update Jul 29, 2018
issues.Rmd format update Jul 29, 2018
models.Rmd format update Jul 29, 2018
packages.Rmd fix typos, content cleanup Jul 30, 2018
packages.bib
preface.Rmd format update Jul 29, 2018
references.Rmd format update Jul 29, 2018
regression_model_example.stan peel out stan code Sep 28, 2017
regression_model_example_2.stan

README.md

Bayesian Basics

This is a document that introduces Bayesian data analysis. It serves as a practical and applied introduction to Bayesian approaches for the uninitiated. The goal is to provide just enough information in a brief format to allow one to feel comfortable exploring Bayesian data analysis for themselves, assuming they have the requisite context to begin with.

After a conceptual introduction, a fully visible by-hand example is provided using the binomial distribution. After that, the document proceeds to introduce fully Bayesian analysis with the standard linear regression model, as that is the basis for most applied statistics courses and is assumed to be most familiar to the reader. Model diagnostics, model enhancements, and additional modeling issues are then explored. Supplemental content in the appendix provides more technical detail if desired, and includes a maximum likelihood refresher, an overview of programming options in Bayesian analysis, the same regression model using BUGS and JAGS, and 'by-hand' code for the model using the Metropolis-Hastings and Hamiltonian Monte Carlo algorithms. link to doc

Contents:

  • The Bayesian Idea
  • A by-hand example
  • A standard regression model
  • Diagnostics
  • Model enhancements
  • Common issues encountered
  • An appendix with some more detailed code exposition

There is a shiny app to play with also.

You can’t perform that action at this time.