This is a submission for Getting and Cleaning Data course by Coursera. File description below
File : codebook.md describes all variables, data, and process that performed
File : run_analysis.R contains all process that described in the assignment's explanation
- Merge the train and test data into a data set
- Extracting the mean and standard deviation for each measurements
- Name the activities in the data set
- Label the data set
- Create an independent tidy data set with the average of each variable for each activity and each subject
File : data_tidy_final.txt is an independent tidy data set as the output from the run analysis file