Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 1.44 KB

README.md

File metadata and controls

12 lines (7 loc) · 1.44 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!

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