Skip to content

GeoEntelechy/CleanDataWeek2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

run_analysis.R ReadMe

R script performs the following actions:

  1. reads in data
  2. filters x columns to ones that have "mean" or "std" in the name
  3. appends columns for subject, x, and y to both test and train sets
  4. creates useful column names using the features.txt descrpitions
  5. appends rows from test and train sets
  6. joins to get descriptive values for "Y" from activity.labels
  7. summarizes mean values for each subject and activity by variable
  8. writes out tidy result file

About

Coursera Data Science: Getting and Cleaning Data Week 2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages