Nov 5, Day 21 Agenda

–Joining Tables in R

–Read materials, view video

–Read the R script and follow instructions to build two tables using the CollegeScorecard data from 2011 and 2016.

JOINING Data Frames in R-11-5-18

Create and post your R script with the solution and the combined table in a .csv file on WordPress by 11:59 pm Tuesday. 30 points

 

 

Class Assignment and Homework for Monday, Nov. 5

 

JOINING Data Frames in R-11-5-18

Use these sample tables for exercise

AR2016mini

AR2012mini

Upload on WordPress by 11:59 p.m. Tuesday:
Your merged 2012-2016 data table as a .csv file with the percentage change calculation field
Your R script file used to create the table

For Reference, here is the script we used in class last week

Introduction-to-R-Oct-31-2018