Skip to content

phuongdo/coursera-getting-and-cleaning-data

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Getting and Cleaning Data - Coursera Homework

  • run_analysis.R works following step.
  • Merges the training and the test sets to create one data set.
  • Extracts only the measurements on the mean and standard deviation for each measurement.
  • Uses descriptive activity names to name the activities in the data set
  • Appropriately labels the data set with descriptive activity names.
  • Creates a second, independent tidy data set with the average of each variable for each activity and each subject.

Dependencies

  • Requries reshape2 package.

Notes

  • Only vaiables containing mean() & std() are used(not meanFreq() or something like theses).

Constructed using the following:

> version
platform       Windown
arch           x86_64
os             Windown 7 x64
R version      3.1.0 x64

Running

  • Structure
~/current_directory/
------| ~/current_directory/run_analysis.R
------| ~/current_directory/data/
$ Rscript run_analysis.R

Output: tidy_data.txt

About

Getting and Cleaning Data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages