Author: Juan Herrera
This is a brief summary of the additional analyzes related to the datasets to obtain a tidy data.
The purpose of this project is collect, work with, and clean a data set. The goal is to prepare tidy data that can be used for later analysis.
In this project you will find
- A tidy data set into the folder "./dataProject" called :
- "new_tidy_data_project.csv": independent tidy data set with the average of each variable for each activity and each subject.
- A link to a my Github repository with your script for performing the analysis, repository called Getting and Cleaning Data Project
- A code book called CodeBook.md in my repository called Getting and Cleaning Data Project
- A analysis R Script called run_analysis.R in my repository called Getting and Cleaning Data Project
-
- For export tidydata in .txt a script additional created called "
for_submmit_tidydata.R
" into the folder "./dataProject".
- For export tidydata in .txt a script additional created called "
The script called run_analysis.R does the following:
- 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.
- CodeBook.md: information about raw and tidy data set and elaboration made to transform them
- run_analysis.R: R script to obtain in two tidy data sets
Run in R the script run_analysis.R
Human Activity Recognition Using Smartphones Data Set, Data + Description can be found here UCI Machine Learning Repository
Reference:
Davide Anguita, Alessandro Ghio, Luca Oneto, Xavier Parra and Jorge L. Reyes-Ortiz. A Public Domain Dataset for Human Activity Recognition Using Smartphones. 21th European Symposium on Artificial Neural Networks, Computational Intelligence and Machine Learning, ESANN 2013. Bruges, Belgium 24-26 April 2013.