Skip to content

JulesBuh/CleaningData

Repository files navigation

Week 4

Assignment Date:24/03/2017

Source dataset:

Human Activity Recognition Using Smartphones Dataset Version 1.0 https://d396qusza40orc.cloudfront.net/getdata%2Fprojectfiles%2FUCI%20HAR%20Dataset.zip

Scripts:

run_analysis.R

Requires:

  library(dplyr)
  library(stringr)
  library(lubridate)

To use, type source("run_analysis.R"); run_analysis()

Descriptions:

CodeBook.md

License:

Use of this dataset in publications must be acknowledged by referencing the following publication [1]

[1] Davide Anguita, Alessandro Ghio, Luca Oneto, Xavier Parra and Jorge L. Reyes-Ortiz. Human Activity Recognition on Smartphones using a Multiclass Hardware-Friendly Support Vector Machine. International Workshop of Ambient Assisted Living (IWAAL 2012). Vitoria-Gasteiz, Spain. Dec 2012

This dataset is distributed AS-IS and no responsibility implied or explicit can be addressed to the authors or their institutions for its use or misuse. Any commercial use is prohibited.

Jorge L. Reyes-Ortiz, Alessandro Ghio, Luca Oneto, Davide Anguita. November 2012.

About

Getting and Cleaning Data Assignment Week 4

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages