Skip to content

SongJing/R_course_final_project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting and cleaning data course project

Author: S.J

escription

Practice project for course Getting and Cleaning Data. Free dataset comes from "Human Activity Recognition Using Smartphones Data Set".

Data set needs to be downloaded if the working repo does not contain it:

  1. Download the zip file from URL.
  2. Unzip the file.

Package reshape2 is needed to run the script

  1. install.packages(""reshape2")

Run the R script (run_analysis.R). The analysis script will take all the train and test data set and corresponding label to combine to be one big data table. It greps all mean and std related features and represent the label with activity description/dactor fashion.

The output of the R script is a tidy data set, tidyData.txt.

Attached code book for variable description.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages