Tables & Figures (cogpsych-tables-figures)
In Cognitive Psychology the central exhibit usually shows the model fitting the data — observed
patterns with the model's predictions overlaid — because the contribution is the model, not the bare
effect. Exhibits should reveal distributions and uncertainty, report parameter estimates with
intervals, and let a reader judge model comparison at a glance. Bars of means hide exactly what
this venue cares about.
When to trigger
- Designing the main model-fit figure or a model-comparison table
- Deciding what goes in the article vs. the supplementary material / appendix
- A reviewer found an exhibit unclear, or said "show the fit, not just the means"
- Visualizing distributions, individual data, model predictions, and uncertainty
Principles
- Overlay model on data. The headline figure shows observed data (with uncertainty) and the
model's predicted curve/points superimposed, ideally for the rival model too, so the reader sees
which account tracks the data. This is the venue's signature exhibit.
- Show the data and uncertainty. Prefer distributions/individual points with means and
confidence/credible intervals over bar-of-means plots; for model parameters, plot estimates with
intervals.
- Make model comparison legible. A table reports each model's fit (AIC/BIC/BF or cross-validated
score), free-parameter count, and the winning criterion — so the comparison is checkable, not
asserted.
- Self-contained. Titles, notes, axes, Ns, trial counts, units, and "intervals are 95% CIs/CrIs"
make each exhibit intelligible alone, following the journal's (Elsevier/APA-style) conventions.
- Reproducible + accessible. Generated by the deposited model/analysis code so values match;
colorblind-safe and grayscale-legible.
Worked micro-example — the main model-fit figure (illustrative)
For the recognition-memory program, the primary figure must show the fit, not the means.
Figure 1. Observed and model-predicted z-ROCs, Experiments 1-3.
Geometry: observed confidence-ROC points with 95% CIs, UVSD predicted
curve overlaid (solid) and DPSD predicted curve overlaid
(dashed) — the reader sees UVSD track the linear z-ROC.
Panels: one per experiment; shared axes for comparison.
Annotation: z-ROC slope 0.78 [0.72, 0.84]; dBIC = 14 favoring UVSD.
Note: defines the ROC metric, Ns, trials/bin, exclusion count, and
that bands are 95% intervals - readable without the main text.
Source: rendered by the deposited model-fitting script so values match.
Table 1. Model comparison: free parameters, -2logL, AIC, BIC, BF, by model.
Exhibit triage — article vs. supplementary material
| Exhibit |
Home |
Reason |
| Observed data + model fit (headline) |
main text |
this is the contribution |
| Model-comparison table (criteria + k) |
main text |
the comparison must be checkable |
| Parameter-recovery / model-recovery plots |
supplement |
needed for credibility, not the headline |
| Full per-subject fits |
supplement |
costs space, secondary to the group story |
| Stimulus lists / counterbalancing tables |
supplement / materials deposit |
provenance, not narrative |
Exhibit-stage reviewer pushback and the venue fix
- "Bar chart hides the spread" → switch to distribution/points + intervals; show individual data where N
allows.
- "Show the fit, not the means" → overlay model predictions (and the rival's) on the observed data.
- "I can't compare the models from this" → add the model-comparison table with criteria and parameter
counts.
- "Figure values don't match Table 1" → regenerate both from the single deposited model script.
Exhibit calibration anchors
- The figure that wins a Cognitive Psychology paper is the one where the reader sees one model track
the data and the rival miss; design for that, not for a decorative bar chart.
- Show parameter estimates with intervals so the model's psychological claims are inspectable, and put
recovery plots in the supplement so the comparison is trustworthy.
- Make the model-comparison table do real work: free-parameter counts and a penalized criterion guard
against the "better fit = overfitting" objection before a reviewer raises it.
- Accessibility is part of credibility: colorblind-safe palettes and grayscale-legible line styles so
the model-vs-data distinction survives printing.
Execution bridge (StatsPAI / Stata MCP)
Generate exhibits from the fitted result, not by retyping numbers (the usual source of
body-vs-supplement drift). Full map: execution-with-mcp. Cognitive Psychology is experimental — within-subject designs and mixed models dominate; report the model, the effect size, and multiple-comparison control.
- Tables:
etable (multi-model columns) or did_summary_to_latex straight from the
result_id.
- Figures:
plot_from_result / enhanced_event_study_plot / event_study_table —
axis units and the SE/clustering note baked in.
- Every note names the estimator + clustering and states the effect size in
interpretable units.
See a full fitted-result → exhibit chain in the JF execution walkthrough.
Anti-patterns
- Bar plots of means that hide distribution, uncertainty, and the fit
- A results figure with no model overlay in a model-driven paper
- Asserting a model "fits best" with no comparison table (criteria + parameter counts)
- Exhibits that need the prose to be intelligible (not self-contained)
- Figure/table values that don't match the deposited model code
Output format
【Main exhibit】observed data + model fit (and rival)? [Y/N]
【Shows distribution + uncertainty + parameter intervals?】[Y/N]
【Model-comparison table】criteria + free-parameter counts? [Y/N]
【Self-contained + accessible?】notes, Ns, trials, grayscale/colorblind-safe? [Y/N]
【Reproducible?】matches deposited model script? [Y/N]
【Next】cogpsych-writing-style
Supplementary resources
Source: brycewang-stanford/Awesome-Journal-Skills → Cognitive-Psychology-Skills/skills/cogpsych-tables-figures/SKILL.md
1---2name: cogpsych-tables-figures3description: Use when building tables and figures for a Cognitive Psychology (Elsevier) manuscript. Exhibits here carry the experiment-to-model-fit argument — they should overlay model predictions on data, show distributions and uncertainty, and report parameter estimates, not just bars of means. Designs exhibits; it does not run the analysis or fit the model.4---567# Tables & Figures (cogpsych-tables-figures)89In Cognitive Psychology the central exhibit usually shows **the model fitting the data** — observed10patterns with the model's predictions overlaid — because the contribution is the model, not the bare11effect. Exhibits should reveal **distributions and uncertainty**, report **parameter estimates with12intervals**, and let a reader judge **model comparison** at a glance. Bars of means hide exactly what13this venue cares about.1415## When to trigger1617- Designing the main model-fit figure or a model-comparison table18- Deciding what goes in the article vs. the supplementary material / appendix19- A reviewer found an exhibit unclear, or said "show the fit, not just the means"20- Visualizing distributions, individual data, model predictions, and uncertainty2122## Principles23241. **Overlay model on data.** The headline figure shows observed data (with uncertainty) and the25 **model's predicted curve/points superimposed**, ideally for the rival model too, so the reader sees26 which account tracks the data. This is the venue's signature exhibit.272. **Show the data and uncertainty.** Prefer distributions/individual points with means and28 **confidence/credible intervals** over bar-of-means plots; for model parameters, plot estimates with29 intervals.303. **Make model comparison legible.** A table reports each model's fit (AIC/BIC/BF or cross-validated31 score), free-parameter count, and the winning criterion — so the comparison is checkable, not32 asserted.334. **Self-contained.** Titles, notes, axes, Ns, trial counts, units, and "intervals are 95% CIs/CrIs"34 make each exhibit intelligible alone, following the journal's (Elsevier/APA-style) conventions.355. **Reproducible + accessible.** Generated by the deposited model/analysis code so values match;36 colorblind-safe and grayscale-legible.3738## Worked micro-example — the main model-fit figure (illustrative)3940For the recognition-memory program, the primary figure must show the fit, not the means.4142```43Figure 1. Observed and model-predicted z-ROCs, Experiments 1-3.44 Geometry: observed confidence-ROC points with 95% CIs, UVSD predicted45 curve overlaid (solid) and DPSD predicted curve overlaid46 (dashed) — the reader sees UVSD track the linear z-ROC.47 Panels: one per experiment; shared axes for comparison.48 Annotation: z-ROC slope 0.78 [0.72, 0.84]; dBIC = 14 favoring UVSD.49 Note: defines the ROC metric, Ns, trials/bin, exclusion count, and50 that bands are 95% intervals - readable without the main text.51 Source: rendered by the deposited model-fitting script so values match.52Table 1. Model comparison: free parameters, -2logL, AIC, BIC, BF, by model.53```5455## Exhibit triage — article vs. supplementary material5657| Exhibit | Home | Reason |58|---------|------|--------|59| Observed data + model fit (headline) | main text | this is the contribution |60| Model-comparison table (criteria + k) | main text | the comparison must be checkable |61| Parameter-recovery / model-recovery plots | supplement | needed for credibility, not the headline |62| Full per-subject fits | supplement | costs space, secondary to the group story |63| Stimulus lists / counterbalancing tables | supplement / materials deposit | provenance, not narrative |6465## Exhibit-stage reviewer pushback and the venue fix6667- "Bar chart hides the spread" → switch to distribution/points + intervals; show individual data where N68 allows.69- "Show the fit, not the means" → overlay model predictions (and the rival's) on the observed data.70- "I can't compare the models from this" → add the model-comparison table with criteria and parameter71 counts.72- "Figure values don't match Table 1" → regenerate both from the single deposited model script.7374## Exhibit calibration anchors7576- The figure that wins a Cognitive Psychology paper is the one where the reader *sees* one model track77 the data and the rival miss; design for that, not for a decorative bar chart.78- Show parameter estimates with intervals so the model's psychological claims are inspectable, and put79 recovery plots in the supplement so the comparison is trustworthy.80- Make the model-comparison table do real work: free-parameter counts and a penalized criterion guard81 against the "better fit = overfitting" objection before a reviewer raises it.82- Accessibility is part of credibility: colorblind-safe palettes and grayscale-legible line styles so83 the model-vs-data distinction survives printing.8485## Execution bridge (StatsPAI / Stata MCP)8687Generate exhibits from the fitted result, not by retyping numbers (the usual source of88body-vs-supplement drift). Full map: [`execution-with-mcp`](../../../shared-resources/empirical-methods/execution-with-mcp.md). Cognitive Psychology is experimental — within-subject designs and mixed models dominate; report the model, the effect size, and multiple-comparison control.8990- **Tables:** `etable` (multi-model columns) or `did_summary_to_latex` straight from the91 `result_id`.92- **Figures:** `plot_from_result` / `enhanced_event_study_plot` / `event_study_table` —93 axis units and the SE/clustering note baked in.94- **Every note** names the estimator + clustering and states the effect size in95 interpretable units.9697See a full fitted-result → exhibit chain in the [JF execution walkthrough](../../../Journal-of-Finance-Skills/resources/worked-examples/02-execution-walkthrough.md).98## Anti-patterns99100- Bar plots of means that hide distribution, uncertainty, and the fit101- A results figure with no model overlay in a model-driven paper102- Asserting a model "fits best" with no comparison table (criteria + parameter counts)103- Exhibits that need the prose to be intelligible (not self-contained)104- Figure/table values that don't match the deposited model code105106## Output format107108```109【Main exhibit】observed data + model fit (and rival)? [Y/N]110【Shows distribution + uncertainty + parameter intervals?】[Y/N]111【Model-comparison table】criteria + free-parameter counts? [Y/N]112【Self-contained + accessible?】notes, Ns, trials, grayscale/colorblind-safe? [Y/N]113【Reproducible?】matches deposited model script? [Y/N]114【Next】cogpsych-writing-style115```116117## Supplementary resources118119- [`../../resources/external_tools.md`](../../resources/external_tools.md) — plotting tools, model-fit visualization, recovery plots120- [`../../resources/official-source-map.md`](../../resources/official-source-map.md) — exhibit and house-style expectations121122---123124**Source:** [`brycewang-stanford/Awesome-Journal-Skills`](https://github.com/brycewang-stanford/Awesome-Journal-Skills) → `Cognitive-Psychology-Skills/skills/cogpsych-tables-figures/SKILL.md`