Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 750 Bytes

File metadata and controls

13 lines (10 loc) · 750 Bytes

Getting-and-Cleaning-Data

Coursera Project

The Coursera Project was completed in January 2016, with this project submission deadline being 31st January. The R script file run_analysis.R is the script file for creating a neat and tidy data set which does the following functions-

  1. Install the required packages and libraries.
  2. Downloads the zip file from the given url.
  3. Merges training and testing data set to create a single data set.
  4. Manipulates data to extract only the mean and standard deviation of the measurements.
  5. Appropriately labels the data set with variable names.
  6. Creates a subset of the TidyData set with the average of each variable for each activity and each subject.
  7. Generates the output in TidyData.txt file.