##Important dataframes
- "combined.data"
- a comprehensive table of all combined test and training data
- "tidy.data"
- a dataframe showing mean values of all "mean" and "std" variables grouped by activiy and subject ID.
- "truncated.data"
- A subset of "combined.data" showing only "mean" and "std" variables"
- this is the model's output
##Descriptive dataframes
- "activity.labels"
- names of indexed activities
- "data.labels"
- names of data variables (ie "fBodyBodyGyroMag-std")
- "mean.cols"
- indeces of columns with "mean" data
- "std.cols"
- indeces of columns with "std" data
- "subject.combined"
- indeces of subjects for each obervation in the "combined.data" table
- "truncated.data"
- A subset of "combined.data" showing only "mean" and "std" variables"