Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/timsainb/gcd-course-project
Project for getting and cleaning data on coursera
https://github.com/timsainb/gcd-course-project
Last synced: about 1 month ago
JSON representation
Project for getting and cleaning data on coursera
- Host: GitHub
- URL: https://github.com/timsainb/gcd-course-project
- Owner: timsainb
- Created: 2014-12-07T20:48:30.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-12-07T21:01:32.000Z (about 10 years ago)
- Last Synced: 2024-10-14T15:42:20.064Z (3 months ago)
- Language: R
- Size: 57 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Intro
This is the course project for timsainb, for the Getting And Cleaning Data course on Coursera
## Raw Data
The raw data was acquired from the folder 'UCI HAR Dataset', with proper description in README.txt in that folder
## Files
**run_analysis.R** contains the script used to process the raw data, into tidy data
**CodeBook.md** CodeBook.md - explain variables## Analysis
**run_analysis.R** cleans data by stripping data to holding only mean and standard deviation information on variables, and sorting data by Subject and Activity. Further description of raw data, variables, and how these variables were obtained are available in /UCI HAR Dataset/README.txt