class: center, middle, inverse, title-slide #
Teaching Bayesian Statistics at the Undergraduate Level
An Overview ## USCOTS workshop ### Mine Dogucu, Alicia Johnson, and Miles Ott ### 2021-06-24 --- class: top ## As you get settled in - Download the whole workshop repo: - https://github.com/bayes-rules/uscots-2021 - Click on the green "Code" button. - Select "download zip". - Open RStudio (or R). - Say hello in the chat! --- class: middle center <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; padding: 10px;"> Mine Dogucu University of California Irvine .large[
] <a href = "http://twitter.com/MineDogucu">MineDogucu</a> .large[
] <a href = "http://github.com/mdogucu">mdogucu</a> .large[
] <a href = "http://minedogucu.com">minedogucu.com</a> --- class: middle center <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; padding: 10px;"> Alicia Johnson Macalester College .large[
] <a href = "https://ajohns24.github.io/portfolio">Website</a> .large[
] <a href = "https://github.com/ajohns24">ajohns24</a> --- class: middle center <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; padding: 10px;"> Miles Ott Smith College .large[
] <a href = "https://twitter.com/Miles_Ott">Miles_Ott</a> .large[
] <a href = "https://milesott.com/">milesott.com</a> .large[
] <a href = "https://github.com/MilesOtt">MilesOtt</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 Two hours isn't much time! Here are some of our 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 breakout rooms: - Bayesian foundations - Posterior simulation & analysis - Regression - Breakout room etiquette: be nice --- 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 [DataPedagogy blog](https://www.datapedagogy.com/#category:Bayes_Rules!_book). --- 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%" style="display: block; margin: auto;" /> ] --- 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: top ## Score yourself! <img src="img/spectrum.png" width="90%" style="display: block; margin: auto;" />