Skip to content

matthewballard/Getting_and_Cleaning_Data

Repository files navigation

run_analysis.R downloads the data set from https://d396qusza40orc.cloudfront.net/getdata%2Fprojectfiles%2FUCI%20HAR%20Dataset.zip. It then combines the training and test data sets into one data set. It extracts the measurements that are on the mean or standard deviation for erach available measurement, and applies the appropriate activity and measurement labels to the data, and outputs a tidy dataset with the average of each variable for each activty by subject. This data set is named 'cleaned_averages_data.txt'.

About

Repository for Getting and Cleaning Data course project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages