Skip to content

vinceyap88/GettingAndCleaningDataCourseProject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Getting and Cleaning Data Course Project

This project contains one R script(run_analysis.R) which will generate the average of each mesarements on the mean and standard deviation per activity and per subject of the Human Activity Recognition Using Smartphones Data Set. The original input dataset can be obtained from Cousera website represent data collected from the accelerometers from the Samsung Galaxy S smartphone. A full description of the input dataset is available at the UCI.

R Packages Dependency

Additional R package reshape2 is required to install before run the script.

install.package("reshape2")

Execution of R Script

After the execution of run_analysis.R, the output dataset will be generated at tidy_dataset.txt

The description of the generated dataset can be found in CookBook.md

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages