Skip to content

Getting and Cleaning Data Coursera Course Project Repository

Notifications You must be signed in to change notification settings

fcanomar/GCD-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

title author date output
README
Francisco Cano Marchal
23 de noviembre de 2014
html_document

run_analysis.R script does the following :

  1. reads and unzips the following data file, creating a folder with it's content in R's working directory:

https://d396qusza40orc.cloudfront.net/getdata%2Fprojectfiles%2FUCI%20HAR%20Dataset.zip

and reads Training Set X_train.txt and Test Set X_test.txt datasets

  1. assigns the corresponding variable names, read from features.txt

  2. assigns corresponding activity labels, using the info from y_train.txt, y_test.txt and activity_labels.txt

  3. assings corresponding subject to each row, using the info from subject_test.txt and subject_train.txt

  4. merges both Training and Test datasets into unique dataframe

  5. extracts mean and standar deviation values of each variable

  6. extracts MEAN VALUES OF EACH VARIABLE FOR EACH SUBJECT AND ACTIVITY, and creates a file name meansbyactivitysubject.txt containing a table with this information.

About

Getting and Cleaning Data Coursera Course Project Repository

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages