Skip to Main Content
UMass Chan Medical School, Lamar Soutter Library. Education. Research. Health Care. Empowering the future. Preserving the past.
UMass Chan Medical School Homepage Lamar Soutter Library Homepage

Analysis-Ready Data Sets Tutorial

Step by step tutorial on how to make your data analysis-ready using Excel or REDCap.

REDCap

redcap logo. Research Electronic Data Capture (REDCap).The 6 rules for Creating and Formatting Two-Dimensional Data Files are:

  1. All data should be labeled (should have unique field names).
  2. Each experimental subject should have a unique study ID.
  3. Should be in rectangular format (flat files).
  4. Rows should represent the appropriate unit of analysis and columns should represent the unique attributes of the rows.
  5. Data files should contain the same number of columns in each row.
  6. Data should be atomic within each column.

However, if you are using REDCap, all of this is taken care of for you. In REDCap you do not have to explicitly address these rules.