Skip to content

UsamaFoad/Getting_and_Cleaning_Data_Course_Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Getting and Cleaning Data Course Project

This repository created for Getting and Cleaning Data Course Project. The current repository include four files:

  • README.md (current file)
  • CodeBook.md
  • run_analysis.R
  • tidy_data.txt

The main goal for current project is to create one R script called run_analysis.R that 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 variable names.
  5. From the data set in step 4, creates a second, independent tidy data set with the average of each variable for each activity and each subject.

Here are the raw data for the project and A full description is available at the site where the data was obtained The raw data must be downloaded and extracted into the working directory of R. So the main directory "UCI HAR Dataset" must placed in the working directory after that runing "run_analysis.R" script will produce the tidy data. N.B. More detiales available as comments in run_analysis.R file

CodeBook.md

A code book that describes the variables, the data, transformations and work that performed to clean up the data. It also include information about software used in current project.

run_analysis.R

R script to create the tidy data from the raw data.

tidy_data.txt

The output of the run_analysis.R file contain the tidy data

About

Repository created for Getting and Cleaning Data Course Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages