#Getting and Cleaning Data
This is a course project for the Coursera Course Getting and Cleaning Data. The program (run_analysis.R) does the following:
- It merges the training and the test sets
- It extracts the measurements on the mean and standard deviation for each measurement
- It converts the acitivity IDs to descriptive activity names
- It labels the data set with descriptive variable names
- It computes the average for each acitivity and each subject for each column
Running the script:
- Get the data and place it in the main folder of the repository.
- Run run_analyis.R
- This produces a file called tidy_dataset.txt with the output of the program.
Code book with description of the data:
Dataset used for this program:
https://d396qusza40orc.cloudfront.net/getdata%2Fprojectfiles%2FUCI%20HAR%20Dataset.zip
Original Source of the dataset:
http://archive.ics.uci.edu/ml/datasets/Human+Activity+Recognition+Using+Smartphones