Skip to content

stevepetersen/SamsungData

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SamsungData

Repo for the Getting and Cleaning Data Course Project

Files

  • CodeBook.md - the codebook for the output data and the tidied raw data.
  • README.md - this file - an overview of the repository contents.
  • run_analysis.R - an R source file that contains methods for tidying the input accelerometer data and creating the output data set for the project.
  • UCI HAR Dataset - a copy of the underlying raw data set
  • output.txt - the output data set from part 2.

Quick Start

To create the output data set, run the following in R:

    library(dplyr)
    source("run_analysis.R")
    tidyData <- getTidyData()
    outputDataSet <- createOutputDataSet(tidyData)
    writeDataSet(outputDataSet)

Note that the script requires the dplyr package.

Data License

Use of the underlying 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

Samsung data for data science course

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages