Author: Thomas C. Bressoud Date: 14 Feb 2016
This README accompanies the three other deliverables for the Course Project for the Getting and Cleaning Data Coursera course. The other three deliverables are:
-
run_analysis.R: The R script that, when executed with the current working directory being the root of the UCI HAR dataset, will create, clean, merge, and transform the dataset, per the assignment specification, into a dataset keyed by subject and activity, with aggregated columns for each of the means of the mean and std variables in the original dataset. The main processing function is named run_analysis(), has no arguments, and is simply invoked when in the proper directory.
-
CodeBook.md: A markdown file describing the resultant dataset.
-
dataset.txt: A text file containing the resultant dataset, and obtained through a write.table invocation.