Skip to content

99701a0554/Getting-and-Cleaning-Data

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

Getting-and-Cleaning-Data

This file describes how run_analysis.R script works.

  • merged_data.txt (7.95 Mb): it contains a data frame called cleanedData with 10299*68 dimension.
  • data_with_means.txt (220 Kb): it contains a data frame called result with 180*68 dimension.
  • Finally, use data <- read.table("data_with_means.txt") command in RStudio to read the file. Since we are required to get the average of each variable for each activity and each subject, and there are 6 activities in total and 30 subjects in total, we have 180 rows with all combinations for each of the 66 features.

About

Course Project Files for Getting and Cleansing Data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages