This project contains one R script(run_analysis.R) which will generate the average of each mesarements on the mean and standard deviation per activity and per subject of the Human Activity Recognition Using Smartphones Data Set. The original input dataset can be obtained from Cousera website represent data collected from the accelerometers from the Samsung Galaxy S smartphone. A full description of the input dataset is available at the UCI.
Additional R package reshape2
is required to install before run the script.
install.package("reshape2")
After the execution of run_analysis.R, the output dataset will be generated at tidy_dataset.txt
The description of the generated dataset can be found in CookBook.md