Skip to content

luzeunice/Getting-and-Cleaning-Data-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Readme

Getting and Cleaning Data - Project

This repository contains my solution for the project of Getting and Cleaning Data class

run_analysis.R is a script that dowload, read and clean the data to obtain two data sets

  • The program download the file and unzip this.
  • 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 activity names.
  • Creates a second, independent tidy data set with the average of each variable for each activity and each subjec

The run_analysis.R script is commented to indicate what the program is doing.

See CodeBook.md for additional information

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages