Skip to content

nargeslein/GaCDCourseProject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

#Getting and Cleanind Data Course Project ##The script run_analyis.R performs the following steps:

  • the following files are loaded into dataframes: ++ the test and training set, labels and subjects ++ features ++ activity labels
  • the test and training set dataframes receive column headers based on the feature labels
  • the code in the test and training label dataframes is replaced by the explicit activity label
  • the columns based on mean and standdard deviations are selected by using a regular expression
  • the labels and data are merged for both training and test dataframes
  • BOTH test and training data are merged
  • the final data set with averages on the activities and subjects is returned
  • the output is saved to the file tidydataset.txt

About

Repository for Getting and Cleaning Data Course Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages