/tidy

Primary LanguageR

#Tidy Data Set Concerning Human Activity Recognition

Contents of the Repo

This repo contains a tidy data set derived from Human Activity Recognition Using Smartphones Data Set

Files

  • run_analysis.R - The code that was used to transform, clean, and tidy up a data set to create tidy.txt
  • tidy.txt - The resulting tidy data set with the average of each variable for each activity by subject.
  • CodeBook.md - a code book that describes all of the work that is done in the run_analysis.R which builds up the tidy.txt file