class: center, middle, inverse, title-slide .title[ #
Teaching Bayesian Statistics at the Undergraduate Level
An Overview ] .subtitle[ ## ICOTS 11 workshop ] .author[ ### Mine Dogucu ] .date[ ### 2022-09-11 ] --- class: middle ## As you get settled in - Download the whole workshop repo: - [github.com/bayes-rules/icots-2022](https://github.com/bayes-rules/icots-2022) - Click on the green "Code" button. - Select "download zip". - Open RStudio (or R). - Say hello to your neighbor! --- class: middle center ### Instructor <img src="img/headshot.jpeg" alt="A headshot of a woman with curly, short, ear-length hair with green eyes and red lipstick." style="width:165px; margin-top:20px; border: 3px solid whitesmoke;"> Mine Dogucu University College London
<a href = "http://twitter.com/MineDogucu">MineDogucu</a>
<a href = "http://github.com/mdogucu">mdogucu</a>
<a href = "http://minedogucu.com">minedogucu.com</a> --- class: middle center ### Coauthor <img src="img/alicia.jpg" alt="A headshot of a woman with long blonde hair wearing a brownish yellow tshirt and a red and pink floral silk scarf wrapped around her neck." style="width:165px; margin-top:20px; border: 3px solid whitesmoke;"> Alicia Johnson Macalester College
<a href = "https://ajohns24.github.io/portfolio">Website</a>
<a href = "https://github.com/ajohns24">ajohns24</a> --- class: middle center ### Coauthor <img src="img/miles.png" alt="A headshot of a man with short dark hair, and a dark moustache. He is wearing a blue button up shirt and dark gray jacket" style="width:165px; margin-top:20px; border: 3px solid whitesmoke;"> Miles Ott Twitter
<a href = "https://twitter.com/Miles_Ott">Miles_Ott</a>
<a href = "https://milesott.com/">milesott.com</a>
<a href = "https://github.com/MilesOtt">MilesOtt</a> --- class: middle center ### TA <img src="img/wendy.jpeg" alt="A headshot of a woman with long blonde hair with glasses on her head." style="width:165px; margin-top:20px; border: 3px solid whitesmoke;"> Wendy Rummerfield California State University East Bay
<a href = "https://twitter.com/wendyrummer13">wendyrummer13</a>
<a href = "https://github.com/wendyrummer13">wendyrummer13</a> --- class: middle ### Bayes Rules! An Introduction to Bayesian Modeling with R .center[ [
bayesrulesbook.com](https://www.bayesrulesbook.com/) ] <img src="img/bayes-rules-hex.png" width="30%" style="display: block; margin: auto;" /> --- class: top ## Workshop goals - Learn a little bit about Bayes (especially if you're new to the topic). - Think about how you might incorporate Bayes into your teaching. - Meet other people that are also thinking about Bayes. - Familiarize yourself with the *Bayes Rules!* book and `bayesrules` package. --- class: top ## Workshop plan - Introduction and motivation - Hands on time with code: - Bayesian foundations - Posterior simulation & analysis - Regression - Workshop etiquette: be kind to each other --- class: middle ## Our Motivation - Bayesian methods are becoming more popular - Computing advances and reevaluation of subjectivity - Lack of resources for the target audience (advanced undergraduate statistics/ds majors or similarly trained learners) --- class: middle ## Pedagogical Approach - Checking intuition - Active learning (quizzes and applications) - Computing & math together - Compute for a single case, then use built-in functions --- class: middle ## Accessibility and Inclusion - Open-Access - Visual access (color-palette and alternate text) - Citations - Datasets More on the topic is available on [preprint](https://arxiv.org/abs/2110.06355). Dogucu, M., Johnson, A. A., & Ott, M. (2021). Framework for Accessible and Inclusive Teaching Materials for Statistics and Data Science Courses. arXiv preprint arXiv:2110.06355. --- class: middle ## Resources - [Undergraduate Bayesian Education Resources](https://undergrad-bayes.netlify.app/) - [Undergraduate Bayesian Education Network](https://undergrad-bayes.netlify.app/network.html) - [STATS 115 at UC Irvine](https://www.stats115.com) - [SDS 390 at Smith College](https://www.dropbox.com/sh/qdmxfapt9vv08xm/AABWnhZNmqOdjnaVyGJ5VLyEa?dl=0) --- class: top ## Unit Overview .pull-left[ 1: Bayesian Foundations <hr> 2: Posterior Simulation & Analysis <hr> 3: Regression and Classification <hr> 4: Hierarchical Models ] .pull-right[ <img src="img/USCOTS.png" width="95%" /> ] --- class: top ## Quiz yourself! The probability of flipping Heads on a fair coin is 0.5. How do you interpret this probability? a. If I flip this coin over and over, roughly 50% will be Heads. b. Heads and Tails are equally plausible. c. Both a and b make sense. -- <br> **Score yourself: a = 1, b = 3, c = 2** --- class: top ## Quiz yourself! 'Candidate A has a 0.9 probability of winning the upcoming election'. How do you interpret this probability? a. If we observe the election over and over, candidate A will win roughly 90% of the time. b. Candidate A is much more likely to win than to lose. c. This calculation is wrong. Candidate A will either win or lose, thus their probability of winning can only be 0 or 1. -- <br> **Score yourself: a = 1, b = 3, c = 1** --- class: top ## Quiz yourself! Zuofu claims that he can predict the outcome of a coin flip. Kavya claims that she can distinguish natural and artificial sweeteners. Both Zuofu and Kavya succeeded in 10 out of 10 experiments to test their claims. What do you conclude? a. You're more confident in Kavya's claim than Zuofu's. b. The evidence supporting Zuofu's claim is just as strong as the evidence supporting Kavya's claim. -- <br> **Score yourself:** a = 3, b = 1 --- class: top ## Quiz yourself! If you tested positive for a very rare disease and only got to ask the doctor one question, which would it be? a. What's the chance that I actually have the disease? b. If in fact I don't have the disease, what's the chance that I would’ve gotten this positive test result? -- <br> **Score yourself: a = 3, b = 1** --- class: middle ## Score yourself! <img src="img/spectrum.png" width="90%" />