This component contains the files related to the "Lag-CRP and Percentile-Rank Temporal Organization Score" section of the manuscript. The results are reported in Supplemental file (Results 3).
Files for "Serial Position" (serial performance by subject, used to make Figure 2) are in Component 2 (see Figure 2 subsection).
The spreadsheet used to run these analyses is included as `ZooDataAug24_22_forOSF.xlsx`.
Four Matlab analysis scripts are included:
- `ZooData_prep.m`: Creates a Matlab data structure to support analyses.
- `ZooData_analysis.m`: Runs the analyses, creates a Matlab results structure with the various analysis results.
- `ZooData_figures.m`: Creates a set of figures to visualize analysis results.
- `ZooData_export.m`: Saves some analysis results to disk in CSV format.
See the docstrings of those files for more detail, either by opening the files or with e.g. `>> help ZooData_prep` within Matlab.
Dependencies: `ZooData_analysis` and `ZooData_figures` use the Episodic Memory Behavioral Analysis in Matlab (EMBAM) toolbox, hosted at:
https://github.com/vucml/EMBAM
Please email author SMP with any questions (sean.polyn@vanderbilt.edu).