c-robin / Getting-and-Cleaning-Data-Project

Getting and Cleaning Data Course Project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Getting and Cleaning Data Course Project

Getting and Cleaning Data Course Project

This is a repository for the course project of the online course Getting and Cleaning Data from Coursera.

You can find information about the data in CodeBook.md.

The R code is for creating a new tidy data set with the average of each variable for each activity and each subject from the raw data.

After downloading the data from:

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

Extract it into the data directory under your R working directory.

You can run R code run_analysis.R or source it. It will generate a text file named "FinalData.txt". This is the required data set.

About

Getting and Cleaning Data Course Project


Languages

Language:R 100.0%