Skip to content

wanggith/Getting-Cleaning-Data-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Getting-Cleaning-Data-Project

Fan Wang This is repository for course project of Coursera Getting and cleaning data course.

Purpose of the course project

The goal of this project is to prepare tidy data that can be used for later analysis.

How the script run_analysis.R works

  1. Set working directory, download and unzip files
  2. extract only the measurements on the mean and standard deviation.
  3. Use descriptive activity names
  4. Read data set into R
  5. Merge the training and the test sets, and label the data set with descriptive variable names
  6. Group data set, and calculate the average of each variable for each activity and each subject.
  7. Create tidy data set

Additional information

You can find additional information about data sets and variables in the codebook.md file.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages