Skip to content

Repo for the course project in Coursera course "Getting and cleaning data"

Notifications You must be signed in to change notification settings

athuroe/gettingdata

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

title author date
Instructions for the script run_analysis.R
Andreas Thuröe
Thursday, August 13, 2015

##Introduction The script run_analysis.R is used to clean up and summarize accelerometer and gyroscope data from the Samsung Galaxy S smartphone. The original dataset is called 'Human Activity Recognition Using Smartphones Dataset'.

##Input - original "raw" dataset A full description of how the data was obtained is available here:

http://archive.ics.uci.edu/ml/datasets/Human+Activity+Recognition+Using+Smartphones

The script is assuming that the raw data is already downloaded, extracted and available in your working directory. The data can be downloaded from here:

https://d396qusza40orc.cloudfront.net/getdata%2Fprojectfiles%2FUCI%20HAR%20Dataset.zip

##Output The output of the script is a tidy dataset including the AVERAGE of the MEAN and STANDARD DEVIATION measurements per subject and activity

##Instructions

  1. Download data from link above and extract it into your R working directory (Keep the internal file structure of the downloaded package.)
  2. Run the script "run_analysis.R"
  3. The resulting dataframe is stored in a file called "tidy_data.txt"

About

Repo for the course project in Coursera course "Getting and cleaning data"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages