Data Organisation Guidelines

Data Organisation Guidelines

  1. Use Excel to enter your data.
    • If there is only one data set, put it in the first worksheet.
    • Put your description of the study and data dictionary in Sheet 2.
    • If there two or more data sets, use separate files, or separate sheets.
    • Do not include graphs, charts, summary tables on the same sheet as the data.
       
  2. Use one row of the worksheet for each observation (experimental unit - eg subject, sample, plot).
     
  3. Give an ID number to each experimental unit.
     
  4. Use one column for each characteristic measured on each experimental unit (eg sex, height).
     
  5. Make column names.
    • Brief and informative.
    • With no spaces or other special characters.
    • Lower case, for ease of typing.
    • Consistent across different data files and sheets.
       
  6. Use only one row for column names.
     
  7. Factor levels within a column can be names or numbers.
    • If using names, make them brief and informative.
    • Explain the names or numbers in the data dictionary.
       
  8. Leave no blank cells in the worksheet by:
    • Explicitly coding missing values. By default, R uses NA as a missing value indicator, GenStat uses *, SPSS uses .
    • Downfilling cell contents where they are the same for successive experimental units.
       
  9. If your data set includes any calculated variables, also include the variables from which they were calculated.
     
  10. Screen your data.
    • Continuous variables - histograms, scatterplots, boxplots.
    • Discrete variables - tabulate, barcharts.