Project for cousera getting and cleaning data project
- Downdload and unzip the data from: https://d396qusza40orc.cloudfront.net/getdata%2Fprojectfiles%2FUCI%20HAR%20Dataset.zip
- Confirm that the working directory contains the files.
- Run the run_analysis.r script
- When completed two new .txt files in the current dirrectory, clean_data.txt and tidy.data.txt.
- The clean_data.txt is the result of merging, renaming, and extracting only the means and standard deiveation information of the raw data.
- The tidy.data.txt is the independent tidy data set with the average of each variable for each activity and each subject requested in part 5 of the assignment.