Skip to content

empowereddata/JHU_DataScience_Assignment_GettingCleaningData

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

JHU_DataScience_Getting_and_Cleaning_Data_Course_Project

Jun Zhu

Overview

The purpose of this project is to demonstrate the collection and cleaning of source data and produce a tidy data set that can be used for subsequent analysis. A full description of the data used in this project can be found at The UCI Machine Learning Repository

The source data for this project can be found here.

Running directory of this script

This script is assumed to be ruined at default R Programming work directory in R Studio.

Project Summary

You should create one R script called run_analysis.R that does the following:

  1. Load activity labels and features;
  2. Extracts only the data on the mean and standard deviation for each measurement;
  3. Load the datasets from "train" and "test" folder;
  4. merge datasets and add labels;
  5. turn activities & subjects into factors;
  6. produce tidy file named, "tidy.txt”.

Additional Information

You can find additional information about the variables, data and transformations in the CodeBook.MD file.

comment

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages