This is my repo for the course project. The included R program does the following:
- Load activity, feature info.
- Load training and test datasets.
- Keep only desired features, i.e. mean or standard deviations.
- Loads activity/subject data and joins these to the datasets.
- Merges everything into one dataset.
- Outputs a tidy dataset consisting of the mean for each subject-activity pair.