neiljun / Getting-and-Cleaning-Data-Course-Project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Peer-graded Assignment: Getting and Cleaning Data Course Project

Dataset Human Activity Recognition Using Smartphones

Files

CodeBook.md describes the how to use all this, variables, the data, and any transformations or work that was performed to clean up the data.

run_analysis.R contains all the code to perform the analyses described in the 5 steps. They can be launched in RStudio by just importing the file. Here are the five steps:

  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.

FinalData.txt is the output of the final step

About


Languages

Language:R 100.0%