Getting and Cleaning Data Course Project
AUTOR: Félix Sebatián Rincón Tobo
CONTENT: FInal project for the Getting and Cleaning Data Course in coursera
DATE: 2020-05-03
VERSION: 1.0
- CodeBook.rmd R markdwon file describing the sun_analisys.R file.
- "data" folder a unziped version of the https://d396qusza40orc.cloudfront.net/getdata%2Fprojectfiles%2FUCI%20HAR%20Dataset.zip data file from the project http://archive.ics.uci.edu/ml/datasets/Human+Activity+Recognition+Using+Smartphones.
- Readm.md file with the description of the project.
- recordsStep5.txt the tidy data result of the project.
- run_analysis.R file with the code of the project.
Take the dataq from the http://archive.ics.uci.edu/ml/datasets/Human+Activity+Recognition+Using+Smartphones project an tidy the data using a R script, finally creta a summarise dataset and store this in a txt File.
- Merges the training and the test sets to create one data set.
- Extracts only the measurements on the mean and standard deviation for each measurement.
- Uses descriptive activity names to name the activities in the data set.
- Appropriately labels the data set with descriptive variable names.
- From the data set in step 4, creates a second, independent tidy data set with the average of each variable for each activity and each subject.
Refer to CodeBook.rmd to run_analysis.R description