Coursera Getting and Cleaning Data Final Assignment
https://d396qusza40orc.cloudfront.net/getdata%2Fprojectfiles%2FUCI%20HAR%20Dataset.zip
-
Rscript contain the scripts needed to perform the analysis, run_analyis.R perform these following actions,
- Merge the test and training data into one MergedData
- Take only the mean and standard deviation for each measurement
- Assign activity names based on id of the datasets
- Changed the data column names into descriptive names
- Create a second independent data with mean for every subject and activity
- Return the tidy datasets into a new .txt file
-
Final Data.txt is the final datasets exported from the run_analyisis.R script
-
Codebook.md is the explanation of the steps and data used in this assignment