Skip to content

HKFORWARD/Assignment---Getting-and-Cleaning-Data

Repository files navigation

Assignment---Getting-and-Cleaning-Data

run_analysis.R

This is the explanation of the course project of Getting and Cleaning Data. This document explains what does the R script do step by step.

How the script works

  1. Download the dataset and read the relevant dataset related to activity, subject and features (details records).
  2. Combine the datasets in a big one and adding change the labels.
  3. Select the columns that related to std and mean, and rename the labels to be more meaningful.
  4. Aggregate the data by calculating the mean of all measures based on subject and activity
  5. Save the end results to external file tidydata - Getting and Cleaning Data Assignment.txt

About

run_analysis.R

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages