
Making Sense of Text in a Hurry: A Regular Expressions Primer
Introduction Whether you are brand new to regex and have text data you’d like to make sense of, or you have experience laboring over stack overflow questions hoping to find the exact same use case without quite understanding the jumble of regex you’re putting into use; this introduction will prove a useful foundation as you …
Continue reading “Making Sense of Text in a Hurry: A Regular Expressions Primer”
Simulating Probability in R: The Classic Monty Hall Problem
Introduction Over the course of this post, we’re going to learn about using simulation to understand probability and we’ll use the classic example of the Monty Hall gameshow problem. Monty Hall had a gameshow back in the day, where he showcased the following problem. If you’re not familiar with him or they game it was …
Continue reading “Simulating Probability in R: The Classic Monty Hall Problem”
Follow My Blog
Get new content delivered directly to your inbox.