Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 480 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 480 Bytes

Getting and Cleaning Data - Course Project

Description

This is a course project for the John Hopkins Data Science specialization.

Steps

  1. Assume you have the data already in the repository.
  2. Re-constructs test and training data.
  3. Binds the the test and training data.
  4. Filters the set to only include std and mean, omitting meanFreq.
  5. Properly labels columns and activities.
  6. Calculates the mean of each activity for each subject.
  7. Writes a tidy dataset.