Skip to content

singhjitendra/GettingCleaningData

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Running the script

  1. Clone this repository
  2. Download the data set and extract. It should result in a UCI HAR Dataset folder that has all the files in the required structure.
  3. Change current directory to the UCI HAR Dataset folder.
  4. Run Rscript /run_analysis.R
  5. The tidy dataset should get created in the current directory as tidy.txt
  6. Code book for the tidy dataset is available here

Assumptions

  1. The training and test data are available in folders named train and test respectively.
  2. For each of these data sets: Measurements are present in X_.txt file Subject information is present in subject_.txt file Activity codes are present in y_.txt file
  3. All activity codes and their labels are in a file named activity_labels.txt.
  4. Names of all measurements taken are present in file features.txt ordered and indexed as they appear in the X_.txt files.
  5. All columns representing means contain ...mean() in them.
  6. All columns representing standard deviations contain ...std() in them.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors