In our previous post on Getting Started with Coding in R (Part 1), we covered how to download and install R and RStudio. In this post, we’ll dive right into coding in R. We’ll do that by quickly building up some skills to complete the following: Write a function to count the total number of heads and tails in a series of coin flips.
Hi, I'm Jocelyn and I started The Bitwise as an online journal to share coding tutorials, projects, and conversations on careers in statistics, math, and data science. Featured here is my dog, Henry! He'll be our mascot so you'll be seeing more of him in future posts. Thanks for dropping by and please come back for our projects and conversations!
Now that we’ve had several posts on getting started with coding in R (see Part 1, Part 2, and More Resources) we’re ready to get started with our first Code Lab! In this post, we’ll see how we can estimate pi with dart throwing in R!