#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.
I have opted for a skinny implementation of tidy data. If you have not seen the discussion, I encourage you view it here.
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 |