Skip to content

markole/datasciencecoursera-Getting_and_Cleaning_Data

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

README

The script run_analysis.R is written for purpose of Getting and Cleaning Data course.

This script does following things:

  1. Downloading and unziping file that represents data collected from accelerometers from the Samsung Galaxy S smartphone.
  • A full description is available at the site where the data was obtained:

http://archive.ics.uci.edu/ml/datasets/Human+Activity+Recognition+Using+Smartphones

  • For the purpose of this assigment data could be downloaded from:

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

  1. Reading files and naming columns.

  2. Merging the training and test set to create one data set.

  3. Extracts only the measurements on the mean and standard deviation for each measurement.

  4. Appropriately labels the data set with descriptive activity names.

  5. Creates a second, independent tidy data set with the average of each variable for each activity and each subject.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages