Skip to content

Latest commit

 

History

History
50 lines (38 loc) · 2.18 KB

README.md

File metadata and controls

50 lines (38 loc) · 2.18 KB

Source code for First Bayes

This repo contains the source code for the R Shiny version of First Bayes. Each directory contains an Rmd file that generates the Shiny app (through flexdashboard) of each analysis. The beta-binomial repo also contains an activity sheet with questions.

The original First Bayes was developed by Professor Tony O'Hagan from The University of Sheffield. You can check it out here.

This R Shiny version of First Bayes was developed by the Flexible Learning team at the Department of Statistics of The University of British Columbia. We have also developed activities to accompany each dashboard. Visit StatSpace to see them!

Citing First Bayes

If you find our resources useful, consider citing our paper.

BibTeX code for citing First Bayes

@inproceedings{diluvi2022icots,     
    title={Structured, interactive resources for teaching {B}ayesian inference},     
    author={{Gian Carlo} Diluvi and Bruce Dunham and Nancy Heckman and Melissa Lee and Rodolfo Lourenzutti},     
    booktitle={International Conference on Teaching Statistics},     
    year={2022}   }   

APA

Diluvi, G.C., Dunham, B., Heckman, N., and Lee, M. (2022). Structured, interactive resources for teaching Bayesian inference. In International Conference on Teaching Statistics.

Directory roadmap

  • beta-binomial contains the code for the binary data analysis shiny app. The web app is deployed here, and also check out its StatSpace site for more information
  • normal-normal contains the code for the Normal data analysis shiny app. The web app is deployed here, and also check out its StatSpace site for more information