Skip to content

zhangle0127/Assignment-Data-Science-Courses

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Getting-and-Cleaning-Data

The assignment submission of the course project for the Johns Hopkins Getting and Cleaning Data course.

Data source

Content Files

CodeBook.md describes the variables, the data, and work that was performed to clean up the data.

run_analysis.R contains all the code to perform the analyses described in the 5 steps. The script does the following:

  1. Merges the training and the test sets to create one data set.
  2. Extracts only the measurements on the mean and standard deviation for each measurement.
  3. Uses descriptive activity names to name the activities in the data set
  4. Appropriately labels the data set with descriptive activity names.
  5. Creates a second, independent tidy data set with the average of each variable for each activity and each subject.

The tidy dataset is shown in the file tidy_dts.txt.

Dependicies

dplyr

About

Assignment of Johns Hopkins's data science courses on Coursera

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages