Submission for the Johns Hopkins Getting and Cleaning Data course project.
The data is the Human Activity Recognition Using Smartphones Data Set from the UCI Machine Learning Repository. A full description of the data could be found here.
This repositiory contains the following files:
- This Readme.md
- The tidy data set tidy_activity_means.csv, that contains the result for the 5. exercise
- CodeBook.md, in which the data set is described
- get_and_clean_data.R is the R-script that performs everything necessary to perform the transformations in the exercise. The file contains detailed comments.