Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 1.02 KB

README.md

File metadata and controls

18 lines (13 loc) · 1.02 KB

#Assignment 1 - Getting and Cleaning Data This repo will hold the information in regards to the coursera course Getting and Cleaning Data and Assignment 1 in particular.

The CodeBook holds the information on how the data was collected, and how it was analysed.

Long vs. Skinny

I have opted for a skinny implementation of tidy data. If you have not seen the discussion, I encourage you view it here.

My output

The average by subject & activity is in the following format:

Column name Data Type Description
SubjectNumber Integer The individual person (subject)
ActivityName Factor Factors for the activities:
* Laying
* Sitting
* Standing
* Walking
* Walking_Downstairs
* Walking_Upstairs
MeasurementName Character Contains the different measurements taken from the Samsung Galaxy
avg numeric Average for the subject / activity combination