ghevcoul / DSS3_project

Course project for course 3 of Data Science Specialization, Getting and Cleaning Data, on Coursera.org.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Getting and Cleaning Data

Course project

Takes the Human Activity Recognition Using Smartphones Dataset from the UCI Machine Learning Repository. The run_analysis.R script takes this data and prepares it for further analysis.

  1. Merges the data from the training and test sets into one large dataset.
  2. Pares down the large dataset to only include the mean and standard deviation for each observation.
  3. Finds the average value for each measurement type by subject and activity.

About

Course project for course 3 of Data Science Specialization, Getting and Cleaning Data, on Coursera.org.

License:BSD 2-Clause "Simplified" License


Languages

Language:R 100.0%