Skip to content

rjoshi/DataCleaningCourseProject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

DataCleaningCourseProject

Assignment for Data Cleaning Course

Here are the data for the project:

https://d396qusza40orc.cloudfront.net/getdata%2Fprojectfiles%2FUCI%20HAR%20Dataset.zip

  1. Unzip this data on your Machine. It should create directory "UCI HAR Dataset"
  2. Pull the R Script run_analysis.R in the Directory "UCI HAR Dataset"
  3. Open R the script in R Studio and set working directory to source directory of script.
  4. Run this script to produce TidyData1.txt and TidyData2.txt

4.1 TidyData1.txt

4.1.1 Merges the training and the test sets to create one data set.

4.1.2 Extracts only the measurements on the mean and standard deviation for each measurement.

4.2 TidyData2.txt

4.2.1 Creates a second, independent tidy data set with the average of each variable for each activity and each subject.

About

Assignment for Data Cleaning Course

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages