Skip to content

Course project for Getting and Cleaning data course offered on coursera.

Notifications You must be signed in to change notification settings

pas4446/Get_Clean_Data_Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Get_Clean_Data_Project

Course project for Getting and Cleaning data course offered on coursera.

To run the run_analysis.R script:

What run_analysis.R actually does:

  • Pulls in the test and training datasets (X_test.txt and X_train.txt)

  • Adds descriptive variable names to both datasets (features.txt)

  • Pulls in and adds columns for subject and test name (subject_test.txt, y_test.txt, subject_train.txt, y_train.txt)

  • Converts the test numbers into descriptive labels (activity_labels.txt)

  • Consolidates the test and training datasets into 1 dataset

  • Limits to columns that only contain "mean()" or "std()"

  • Finds the average of the remaining variables for each subject/activity combination

About

Course project for Getting and Cleaning data course offered on coursera.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages