There is just one script to run: run_analysis.R
This script is deisgned to be run in the directory "UCI HAR Dataset" of the data for this assignment:
https://class.coursera.org/getdata-004/human_grading/view/courses/972137/assessments/3/submissions
The script outputs two files:
- out.txt contains the basic mean and standard deviation tidy data set, according to steps 1-4.
- out2.txt contains a second, independent tidy data set with the average of each variable for each activity and each subject, according to step 5.