This work was completed for the tidy data peer assessment project of Coursera's Getting and Cleaning Data course. The purpose of this project is to demonstrate your ability to collect, work with, and clean a data set.
Here are the data for the project: https://d396qusza40orc.cloudfront.net/getdata%2Fprojectfiles%2FUCI%20HAR%20Dataset.zip
- The objective of the project are as follows:
- Merges the training and the test sets to create one data set. 3' Extracts only the measurements on the mean and standard deviation for each measurement.
- Uses descriptive activity names to name the activities in the data set
- Appropriately labels the data set with descriptive activity names.
- Creates a second, independent tidy data set with the average of each variable for each activity and each subject.
Please read CodeBook.md for more info.