Assignment for Data Cleaning Course
Here are the data for the project:
https://d396qusza40orc.cloudfront.net/getdata%2Fprojectfiles%2FUCI%20HAR%20Dataset.zip
- Unzip this data on your Machine. It should create directory "UCI HAR Dataset"
- Pull the R Script run_analysis.R in the Directory "UCI HAR Dataset"
- Open R the script in R Studio and set working directory to source directory of script.
- Run this script to produce TidyData1.txt and TidyData2.txt
4.1 TidyData1.txt
4.1.1 Merges the training and the test sets to create one data set.
4.1.2 Extracts only the measurements on the mean and standard deviation for each measurement.
4.2 TidyData2.txt
4.2.1 Creates a second, independent tidy data set with the average of each variable for each activity and each subject.