Skip to content

hellodavidtrang/Getting_and_Cleaning_Data_Course

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting and Cleaning Data Course Project

The goal of this assignment is to demostrate my ability to collect, work with, and clean a data set by the following requirement.

  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.

Here are the following output for this project.

  • README.md
  • CodeBook.md: Describes the variables, the data, and any transformations of the data
  • run_analysis.R Contains the R code for this assignment
  • tidyData.txt: The dataset with the average of each variable for each activity and each subject.
  • mean_std_data.txt: The dataset with only the measurements on the mean and standard deviation for each measurement.
  • activity_labels.txt: Activity labels.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages