Skip to content

bjkemp/Getting_and_Cleaning_Data_Course_Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Getting and Cleaning Data Course Project

Codebook:

  • features - a data.table which holds the column names for the sensor datasets.
  • x_test, x_train - two data.tables which hold the sensor data.
  • x - the combination of the x_test and x_train data.tables
  • x_meanAndStd - x with just the mean and std columns
  • activities - a data.table which holds the activity names and activityIDs
  • y_test, y_train - two data.tables which hold the activityID for each recording.
  • y - the combination of the y_test and y_train data.tables.
  • subject_test, subject_train - two data.tables which hold the subjects per observation.
  • subjects - the combination of subject_test and subject_train
  • data - the combination of subjects, y, and x_meanAndStd
  • result - the aggregation of the mean data by subjectID and activity

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published