The goal of this assignment is to demostrate my ability to collect, work with, and clean a data set by the following requirement.
- Merges the training and the test sets to create one data set.
- Extracts only the measurements on the mean and standard deviation for each measurement.
- Uses descriptive activity names to name the activities in the data set
- Appropriately labels the data set with descriptive activity names.
- Creates a second, independent tidy data set with the average of each variable for each activity and each subject.
-
Data for this assignment came from UC Irvine Machine Learning Repository.
Here are the following output for this project.
- README.md
- CodeBook.md: Describes the variables, the data, and any transformations of the data
- run_analysis.R Contains the R code for this assignment
- tidyData.txt: The dataset with the average of each variable for each activity and each subject.
- mean_std_data.txt: The dataset with only the measurements on the mean and standard deviation for each measurement.
- activity_labels.txt: Activity labels.