Input data from http://archive.ics.uci.edu/ml/datasets/Human+Activity+Recognition+Using+Smartphones are stored in UCI_HAR_Dataset.
After processing run_analysis.R script (in this repo), you will have 2 new files in the output dir :
- obs_measurements.csv : for each observation, you will have 6 columns :
- id of the activity (int)
- id of the subject (int)
- mean of measurements (dbl)
- standard deviation of measurements (dbl)
- activity label (chr)
- grouped_by_obs.txt : for each subject and each activity, you will have 4 columns :
- id of the subject (int)
- activity label (chr)
- mean (of all measurements for this subject and this activity) (dbl)
- mean of all standard deviations (dbl)