Lab 2



Labs

Overview

The purpose of this lab is to get you to try different methods of visualizing the same data to explore what seems to work better.

Data

Lab Tasks

Load Data

There are two CSV files:

US_births_1994-2003_CDC_NCHS.csv contains U.S. births data for the years 1994 to 2003, as provided by the Centers for Disease Control and Prevention’s National Center for Health Statistics.

US_births_2000-2014_SSA.csv contains U.S. births data for the years 2000 to 2014, as provided by the Social Security Administration. Since the two datasets overlap in 2000–2003, we use Social Security Administration data for those years.

You can downloaded the data from GitHub or from the class repo. You’ll then load them with read_csv() and combine them into one data frame.

Wrangle Data

Start with looking at the first few rows of the data to see what we’re working with

To fix this, convert these columns to categorical variables, or factors in R.

Make Bar Plot of Total births by Days in the week

Finishing up

When you have finished the above, upload your R code/rendered (knit) HTML/pdf file to canvas.