32  Data Notes

Author

Christopher Chizinski

Keywords

creel survey, fisheries, design-based inference, R, tidycreel, Quarto

32.1 Purpose

This appendix records the practical assumptions that help the examples stay readable and reproducible.

32.2 Example-data principles

  • Use small, synthetic examples where possible.
  • Keep the table structure explicit.
  • Prefer names that make the role of each field obvious.
  • Avoid silently dropping missing values.

32.3 Cleaning principle

The examples assume the cleaned analysis dataset is separate from the raw record. That makes it easier to compare the effect of cleanup decisions and to rerun the same workflow later.

32.4 Reuse principle

If the book eventually acquires a standard example dataset, it should be documented here so that the reader knows which chapters rely on it.