by Ivan Guschin for Coursera course Getting and Cleaning Data by Johns Hopkins University, Feb, 2017
Clone this repository
git clone https://github.com/guschini/datasciencecoursera.git
In an R environment
Set the working directory to the cloned /datasciencecoursera folder
and run
source("run_analysis.R"); run_analysis()
find results in folder /datasciencecoursera/out
| result file | description |
|---|---|
tidy_data.txt |
test and train data merged for mean and standard deviation values |
tidy_data_mean.txt |
the same data averaged by person and activity. This one is used for the assignment submission |