Skip to content

vedantwalia/Getting-and-Cleaning-Data-Course-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Getting-and-Cleaning-Data-Course-Project

R analysis on data collected from the accelerometers from the Samsung Galaxy S smartphone. A full description is available at the site where the data was obtained: http://archive.ics.uci.edu/ml/datasets/Human+Activity+Recognition+Using+Smartphones

How to run the script

Output

The output has been calculated using the following procedure:

  • Merges the training and the test sets to create one data set.
    • Read the features and activity data sets
    • Read all the files that contains the test data and bind all the datasets into one
    • Read all the files that contains the train data and bind all the datasets into one
    • Merge the train and test datasets using the activityId
  • Extracts only the measurements on the mean and standard deviation for each measurement.
  • Based on the previous step results, create an independent tidy data set with the average of each variable for each activity and each subject.
  • The output file solution.txt is generated.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages