Skip to content

sven700c/run_analysis.R

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

run_analysis.R

Course Project for "Getting and Cleaning Data"

This script does the following.

  • It merges the training and the test sets to create one data set.
  • Extracts the measurements on the mean and standard deviation for each measurement.
  • Adds descriptive activity names to name the activities in the data set
  • Then writes a tidy data set with the average of each variable for each activity and each subject to a file.

Data files are downloaded form here: https://d396qusza40orc.cloudfront.net/getdata%2Fprojectfiles%2FUCI%20HAR%20Dataset.zip

And the original data and description can be optioned here: http://archive.ics.uci.edu/ml/datasets/Human+Activity+Recognition+Using+Smartphones

About

Course Project for "Getting and Cleaning Data"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages