PPHA 31002 Stats for Data Analysis I

Mini-Assignment 1: Due October 5, 2020 at 10:30am (CT)
This is the 2nd mini-assignment for Stats for Data Analysis I (Fall 2020).
In part 1 of this mini-assignment, you will flip coins both physically and virtually. In part 2, you will learn how to merge data sets and make plots in R.

Clear working memory

rm(list=ls())

Set the working directory.

setwd(“ENTER YOUR WORKING DIRECTORY”)

setwd("~/Desktop/2020Fall/STAT1/Week2/mini-assignment")

Open output file for results and insert your CNET ID into the filename.

This will be the file that you upload to canvas.
sink(“YOURCNETID_MA2.Rout”, split=TRUE)