Course project for Getting and Cleaning Data Coursera course
To make this R script work you need:
- Install plyr and dplyr packages.
- Set working directory.
- Run the run_analysis.R script.
The script will download zip file with dataset, unpack it to working directory and calculate averages of means and standard deviations grouped by activity types. The resulting table is saved in working directory under summarized.txt name.