Skip to content

Instantly share code, notes, and snippets.

View dmackinnon1's full-sized avatar

Dan MacKinnon dmackinnon1

View GitHub Profile
@dmackinnon1
dmackinnon1 / birthday.rmd
Created March 15, 2017 17:43
Exploring the Birthday Problem in R
---
title: "Birthday"
author: "Dan MacKinnon"
date: "March 15, 2017"
output: html_document
---
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE)
```
##Introduction
@dmackinnon1
dmackinnon1 / r_monty.rmd
Last active August 15, 2017 00:32
Exploring the Monty Hall Problem in R
---
title: "R Monty"
author: "Dan MacKinnon"
date: "March 14, 2017"
output: html_document
---
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE)
```