Skip to content

markman123/cleaningData

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

#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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages