Skip to content

monkey0105/Getting-and-Cleaning-Data

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Explanations for run_analysis.R

1. Download and unzip the data set

2. run_analysis.R can:

a. Merges the training and the test sets to create one data set.

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

c. Uses descriptive activity names to name the activities in the data set.

d. Appropriately labels the data set with descriptive variable names.

e. From the data set in step 4, creates a second, independent tidy data set with the average of each variable for each activity and each subject.

3. The output data sets are named as "tidy_data.txt" and "tidy_data_mean.txt" under "./UCI HAR Dataset".

Releases

No releases published

Packages

 
 
 

Contributors

Languages