Peer Graded Assignment
This is the peer graded assignment for the Getting and Cleaning Data Coursera course.
-
Load the activity labels and features datasets.
-
Read test dataset and join to activity labels dataset.
-
Read test dataset and join to activity labels dataset.
-
Read train dataset and join to activity labels dataset.
-
Merge test and train data sets.
-
Extract mean and standard deviation.
-
Convert the activity and subject columns into factors.
-
Create tidy data set with the average of each variable for each activity and each subject.
-
Load test and train datasets.
-
Load Features and activity labels datasets.
-
Extract mean and standard deviation column names and data.
-
Process and merge datasets.
-
Generate tidy_set.txt tidy file.