Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 713 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 713 Bytes

This repository contains the following files:

run_analysis.R codebook.md ReducedDataSet.csv AveragesDataset.csv

The R script run_analysis.R does the following:

  1. Produce a merged and reduced dataset,ReducedDataSet.csv from the initial dataset specified in the dataPath
  2. Produce a second dataset AveragesDataset.csv,which contains only the average value of each of the variables for each subject Full details of the datasets are in the codebook.md
  3. The codebook.md provides a detailed explanation of running the run_analysis.R script and the files produced in 1 & 2 above

The data used was downloaded from https://d396qusza40orc.cloudfront.net/getdata%2Fprojectfiles%2FUCI%20HAR%20Dataset.zip