PeerAssignment
##AVERAGE HUMAN ACTIVITIES DATASET
Calculated using run_analysis.R script from the "Human Activity Recognition Using Smartphones Dataset"
##Description of the run_analysis.R script:
-
First part of the script downloads the dataset into your working directory, unzips it, and reads all the data, required for an analysis.
-
Next part of the script construct a complete dataset merging the training and the test sets.
-
Next part adds columnnames for all characteristics from the file features.txt.
-
Next part extracts only the measurements on the mean and standard deviation from the whole dataset.
-
Labeling the data set with descriptive activity names.
-
The final part of the script creates a new tidy data set with the average of each variable for each activity and each id and writes resulted dataset in txt-file in the working directory.