这是indexloc提供的服务,不要输入任何密码
Skip to content

jhancock93/CleaningData

Repository files navigation

Getting and Cleaning Data

Course Project

run_analysis.R includes a runnable method run_analysis(). It generates a dataset based on a Human Activity Recognition Dataset Version 1.0.

To produce this smaller dataset from the original, simply call run_analysis(). If a "UCI HAR Dataset" directory does not exist, the method downloads the Human Activity Recognition Using Smartphones Data Set into the current working directory and unzips it to a "UCI HAR Dataset"" directory. It then proceeds to read the data and turn it into a smaller tidy dataset that summarizes the mean and standard deviation values from the accelerometer and gyro data from the original dataset by computing a mean value for each subject and activity combination.

See the CodeBook.md file for further description of the output dataset and the transformations applied to original data to obtain the summary data.

About

Public cleaning data repository

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages