Skip to main content

Posts

Showing posts from August, 2020

Daves know more Daves: A independent t-test example from Reddit

This is a beautiful story from Reddit, with a very kind Redditor, Higgnenbottoms/Quoc Tran, who shared his data with all of us, so we can use this as an example of a) independent t-tests, b) violin plots, AND R.  So, user r/quoctran98  wanted to know if Daves knew more Daves than non-Daves do. HA! He started by collecting data from r/samplesize .  Do you all know about that subreddit, where you can post a survey and see who responds? You're welcome. Anyway, Quoc analyzed his data AND created a violin plot to illustrate his data. He shared it at r/dataisbeautiful , which is another excellent stats subreddit. See below. AND...here is the kicker...I contacted Quoc, and he shared his data (so your students can run their t-tests) AND his R code . I cleaned up his data a bit to provide the same results as the graph above (he had someone report that they knew 69 Daves. I mean, he collected the data from Reddit users.).

"You're wrong about" podcast and data about human trafficing

"The answer is always more spreadsheets." -Michael Hobbes The good news: 1) This isn't a COVID example. 2) This is one of those examples that gets your students to think more abstractly about some of the tougher, fundamental questions in statistics. Precisely: How do we count things in the very, very messy real world? What are the ramifications of miscounting messy things? 3) The example comes in the form of the very engaging podcast You're Wrong About , hosted by Michael Hobbes and Sarah Marshall. @yourewrongabout The bad news: The example is about human trafficking, so not nearly as fluffy as my hotdog or seagull posts. That said, this episode of the You're Wrong About podcast, or even just the first 10 minutes of the episode, reveals how hard it can be to count and operationalize a variable that seems pretty clear cut: The number of children who are trafficked in America every year.  The You're Wrong About podcast takes misunderstood, widely reported event...

Virtual dice and coin flips via Google

Many stats instructors use dice and/or coin flips to teach their students about distributions, probably, CLT. Here is an alternative to physical coins and dice, in case you are teaching from a distance. Certainly, there are countless other websites that will roll a dice or flip a coin for you, but these simple websites created by Google are intuitive and pretty. Using Google's dice rolling simulator, y ou can roll a standard six-sided die. Or a DnD 20 sided die. Or multiple dice.  I included the link, but all you need to do Google "Roll dice" to get to the website. Google also lets you flip a coin.  This simulator doesn't have any fancy options, and you can get to it simply by Googling, "Flip a coin". 

Type I/II error in real life: The FDA and the search for an at-home COVID-19 test

When we talk false positives in psych stats, it is usually in the context of NHST, which is abstract and tricky to understand, no matter how many normal curves you draw on the dry erase board. We also tend to frame it in really statsy terms, like alpha and beta, which are also tricky and sort of abstract, no matter how many times you repeat .05 .05 .05. In all things statistics, I think that abstract concepts are best understood in the context of real-life problems. I also think that statistics instructors need to emphasize not just statistics but statistical thinking and reasoning in real life. To continue on a theme from my last post, students need to understand that the lessons in psych stats aren't just for performing statistics and getting a good grade, but also for improving general critical thinking and problem-solving in day to day life. I also think that our in-class examples can be too sterile. They may explain Type I/II error accurately, but we tend to only ask our stude...