Skip to content

Latest commit

 

History

History
22 lines (21 loc) · 806 Bytes

File metadata and controls

22 lines (21 loc) · 806 Bytes

##Important dataframes

  • "combined.data"
    • a comprehensive table of all combined test and training data
  • "tidy.data"
    • a dataframe showing mean values of all "mean" and "std" variables grouped by activiy and subject ID.
  • "truncated.data"
    • A subset of "combined.data" showing only "mean" and "std" variables"
    • this is the model's output

##Descriptive dataframes

  1. "activity.labels"
  • names of indexed activities
  1. "data.labels"
  • names of data variables (ie "fBodyBodyGyroMag-std")
  1. "mean.cols"
  • indeces of columns with "mean" data
  1. "std.cols"
  • indeces of columns with "std" data
  1. "subject.combined"
  • indeces of subjects for each obervation in the "combined.data" table
  1. "truncated.data"
  • A subset of "combined.data" showing only "mean" and "std" variables"