Skip to content

Repository for Peer Assignments for Getting and Cleaning Data on Coursera

Notifications You must be signed in to change notification settings

kisamarisa/PeerAssignment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

PeerAssignment

##AVERAGE HUMAN ACTIVITIES DATASET

Calculated using run_analysis.R script from the "Human Activity Recognition Using Smartphones Dataset"

##Description of the run_analysis.R script:

  • First part of the script downloads the dataset into your working directory, unzips it, and reads all the data, required for an analysis.

  • Next part of the script construct a complete dataset merging the training and the test sets.

  • Next part adds columnnames for all characteristics from the file features.txt.

  • Next part extracts only the measurements on the mean and standard deviation from the whole dataset.

  • Labeling the data set with descriptive activity names.

  • The final part of the script creates a new tidy data set with the average of each variable for each activity and each id and writes resulted dataset in txt-file in the working directory.

About

Repository for Peer Assignments for Getting and Cleaning Data on Coursera

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages