Data Analysis (asr-data-analysis)
ASR reviewers are methodologically demanding across very different traditions. Whether your evidence
is regression coefficients, life tables, archival sequences, or coded fieldnotes, the analysis must be
transparent, well-documented, and reproducible to the extent your data allow. Design decisions live in
asr-research-design.
When to trigger
- Running main and supporting analyses; building the results/findings section
- A reviewer asked for robustness, heterogeneity, alternative specifications, or more evidence
- Documenting how qualitative claims are grounded in the data
- Making the analysis reproducible before sharing materials
Analysis norms ASR expects
Quantitative / demographic
- Report uncertainty and magnitude, not just significance — intervals and substantive effect
sizes; respect survey design (weights, clustering).
- Robustness that probes, not decorates — alternative measures, samples, estimators, and
specifications that could break the result; say what you learn.
- Heterogeneity with discipline — pre-specify or justify subgroups; adjust for multiple
comparisons; don't mine an interaction and theorize it post hoc.
- Measurement — validate constructs, report reliability, show results aren't an artifact of a
coding/scaling choice (especially for inequality and well-being measures).
Comparative-historical / ethnographic
- Make the chain of evidence explicit: link each claim to specific sources, observations, or
cases; present negative/disconfirming evidence.
- Use evidence tables, timelines, or coded excerpts so reviewers can trace claims to data.
Computational / text-as-data
- Document model/version, hyperparameters, seeds, preprocessing; validate against human-labeled
samples; report stability. Don't treat model outputs as ground truth.
Reproducibility while you work
- One master script regenerates every table/figure from raw/constructed data (quantitative).
- Set and report seeds for any stochastic step.
- Pin software/package versions (
renv.lock, requirements.txt, recorded ssc/net installs).
- For qualitative work, keep a documented codebook and analytic memos.
What an ASR analyst-reviewer is checking
As the ASA's flagship, ASR draws referees who police analysis on each tradition's terms while asking
one disciplinary question — does the evidence warrant a claim that speaks to general sociological
theory? Use this table to pre-empt the masked reviewer.
| Reviewer probe |
Clears the ASR bar |
Triggers a revision flag |
| "Just a significant coefficient?" |
magnitude + interval tied to a mechanism |
stars-only, no interpretation |
| "Survives a reasonable confounder?" |
sensitivity bound reported |
one preferred spec, no probing |
| "Weighted and clustered right?" |
design-respecting SEs |
default SEs on a complex sample |
| "Where is disconfirming evidence?" |
negative cases / null subgroups |
only confirming evidence |
| "Heterogeneity real or mined?" |
pre-specified or MHT-adjusted |
one fished interaction theorized post hoc |
Worked micro-example (illustrative numbers)
A hypothetical ASR study links employer credit-checking to a Black-white callback gap using
administrative hiring records across 1,200 firms.
Main effect: callback gap 8.0 pp (95% CI 5.1–10.9) under firm + occupation FE
Mechanism: gap concentrated in customer-facing roles (11.2 pp) vs back-office (2.3 pp)
Sensitivity: a confounder must be ~1.7× the strongest covariate to nullify
Negative case: no gap where state law bans the practice (0.4 pp, CI −2.0–2.8) → boundary evidence
Reproducible: one master script, seed=2026, renv.lock pinned
The intervals carry the claim, the role contrast names a portable mechanism (statistical
discrimination via screening signals), and the law-ban null is reported as evidence, not buried.
Referee pushback → ASR-specific fix
- "Significant but does it matter?" → Give a scenario magnitude and name what changes for inequality
theory.
- "Robustness agrees by construction." → Add a spec that could break it (placebo period,
falsification subgroup) and report what you learned.
- "This reads as a within-subfield exercise." → State which general sociological debate the estimate
adjudicates before the table, not after.
Calibration anchors
- Theory-forward, not table-forward. ASR rewards an analysis that reads as a test of a mechanism;
a results dump that defers the "why" under-performs.
- The "so what for sociology" bar. Each headline number should map to a sentence a generalist could
repeat about how social processes work.
- Breadth of admissible evidence. Coefficients, life tables, coded fieldnotes, and validated model
outputs all qualify — the standard is the claim-to-evidence link.
Execution bridge (StatsPAI / Stata MCP)
Run the battery, don't just enumerate it. Full map:
execution-with-mcp. ASR is general sociology where observational designs dominate; foreground identification (DiD/IV/RDD), decomposition, and clustered inference.
- Many outcomes / specifications:
romano_wolf (step-down FWER) or
benjamini_hochberg — report the adjusted threshold.
- OVB sensitivity:
oster_delta / sensemakr.
- Inference:
wild_cluster_bootstrap (few clusters), twoway_cluster / conley;
multilevel data → cluster at the right level.
- Re-fit off one handle:
audit_result(result_id) lists the missing checks and the
exact suggest_function for each.
- Exhibits:
etable / did_summary_to_latex from the handle — no retyped numbers.
Keep the decisive checks in the body and the exhaustive battery in the supplement. See
the executed chain in the JF execution walkthrough.
Anti-patterns
- Stars-only tables with no effect sizes or intervals; ignoring survey weights
- "Robustness" that only reruns near-identical specs to manufacture stability
- p-hacking / HARKing exploratory results into hypotheses
- Qualitative claims with no traceable evidence or negative cases
- Computational outputs reported without validation
Output format
【Main result】magnitude + interval (quant) OR evidence chain (qual)
【Identification/grounding check】(per research-design) result
【Robustness / negative cases】what held
【Heterogeneity】pre-specified? MHT-adjusted? (quant)
【Reproducible】master script + seeds + pinned versions OR documented codebook? [Y/N]
【Next】asr-tables-figures
Supplementary resources
1---2name: asr-data-analysis3description: Use when executing and reporting the analysis for an American Sociological Review (ASR) manuscript so it survives expert masked review — honest uncertainty, robustness, and evidence handling appropriate to quantitative, demographic, comparative-historical, or computational sociology. Guides analysis norms; it does not fabricate results.4---56# Data Analysis (asr-data-analysis)78ASR reviewers are methodologically demanding across very different traditions. Whether your evidence9is regression coefficients, life tables, archival sequences, or coded fieldnotes, the analysis must be10transparent, well-documented, and reproducible to the extent your data allow. Design decisions live in11`asr-research-design`.1213## When to trigger1415- Running main and supporting analyses; building the results/findings section16- A reviewer asked for robustness, heterogeneity, alternative specifications, or more evidence17- Documenting how qualitative claims are grounded in the data18- Making the analysis reproducible before sharing materials1920## Analysis norms ASR expects2122### Quantitative / demographic231. **Report uncertainty and magnitude**, not just significance — intervals and substantive effect24 sizes; respect survey design (weights, clustering).252. **Robustness that probes, not decorates** — alternative measures, samples, estimators, and26 specifications that could *break* the result; say what you learn.273. **Heterogeneity with discipline** — pre-specify or justify subgroups; adjust for multiple28 comparisons; don't mine an interaction and theorize it post hoc.294. **Measurement** — validate constructs, report reliability, show results aren't an artifact of a30 coding/scaling choice (especially for inequality and well-being measures).3132### Comparative-historical / ethnographic33- Make the **chain of evidence explicit**: link each claim to specific sources, observations, or34 cases; present negative/disconfirming evidence.35- Use evidence tables, timelines, or coded excerpts so reviewers can trace claims to data.3637### Computational / text-as-data38- Document model/version, hyperparameters, seeds, preprocessing; **validate against human-labeled39 samples**; report stability. Don't treat model outputs as ground truth.4041## Reproducibility while you work42- One **master script** regenerates every table/figure from raw/constructed data (quantitative).43- **Set and report seeds** for any stochastic step.44- Pin software/package versions (`renv.lock`, `requirements.txt`, recorded `ssc`/`net` installs).45- For qualitative work, keep a documented codebook and analytic memos.4647## What an ASR analyst-reviewer is checking4849As the ASA's flagship, ASR draws referees who police analysis on each tradition's terms while asking50one disciplinary question — does the evidence warrant a claim that speaks to general sociological51theory? Use this table to pre-empt the masked reviewer.5253| Reviewer probe | Clears the ASR bar | Triggers a revision flag |54|----------------|--------------------|---------------------------|55| "Just a significant coefficient?" | magnitude + interval tied to a mechanism | stars-only, no interpretation |56| "Survives a reasonable confounder?" | sensitivity bound reported | one preferred spec, no probing |57| "Weighted and clustered right?" | design-respecting SEs | default SEs on a complex sample |58| "Where is disconfirming evidence?" | negative cases / null subgroups | only confirming evidence |59| "Heterogeneity real or mined?" | pre-specified or MHT-adjusted | one fished interaction theorized post hoc |6061## Worked micro-example (illustrative numbers)6263A hypothetical ASR study links employer credit-checking to a Black-white callback gap using64administrative hiring records across 1,200 firms.6566```67Main effect: callback gap 8.0 pp (95% CI 5.1–10.9) under firm + occupation FE68Mechanism: gap concentrated in customer-facing roles (11.2 pp) vs back-office (2.3 pp)69Sensitivity: a confounder must be ~1.7× the strongest covariate to nullify70Negative case: no gap where state law bans the practice (0.4 pp, CI −2.0–2.8) → boundary evidence71Reproducible: one master script, seed=2026, renv.lock pinned72```7374The intervals carry the claim, the role contrast names a portable mechanism (statistical75discrimination via screening signals), and the law-ban null is reported as evidence, not buried.7677## Referee pushback → ASR-specific fix7879- *"Significant but does it matter?"* → Give a scenario magnitude and name what changes for inequality80 theory.81- *"Robustness agrees by construction."* → Add a spec that could break it (placebo period,82 falsification subgroup) and report what you learned.83- *"This reads as a within-subfield exercise."* → State which general sociological debate the estimate84 adjudicates before the table, not after.8586## Calibration anchors8788- **Theory-forward, not table-forward.** ASR rewards an analysis that reads as a test of a mechanism;89 a results dump that defers the "why" under-performs.90- **The "so what for sociology" bar.** Each headline number should map to a sentence a generalist could91 repeat about how social processes work.92- **Breadth of admissible evidence.** Coefficients, life tables, coded fieldnotes, and validated model93 outputs all qualify — the standard is the claim-to-evidence link.9495## Execution bridge (StatsPAI / Stata MCP)9697Run the battery, don't just enumerate it. Full map:98[`execution-with-mcp`](../../../shared-resources/empirical-methods/execution-with-mcp.md). ASR is general sociology where observational designs dominate; foreground identification (DiD/IV/RDD), decomposition, and clustered inference.99100- **Many outcomes / specifications:** `romano_wolf` (step-down FWER) or101 `benjamini_hochberg` — report the adjusted threshold.102- **OVB sensitivity:** `oster_delta` / `sensemakr`.103- **Inference:** `wild_cluster_bootstrap` (few clusters), `twoway_cluster` / `conley`;104 multilevel data → cluster at the right level.105- **Re-fit off one handle:** `audit_result(result_id)` lists the missing checks and the106 exact `suggest_function` for each.107- **Exhibits:** `etable` / `did_summary_to_latex` from the handle — no retyped numbers.108109Keep the decisive checks in the body and the exhaustive battery in the supplement. See110the executed chain in the [JF execution walkthrough](../../../Journal-of-Finance-Skills/resources/worked-examples/02-execution-walkthrough.md).111## Anti-patterns112113- Stars-only tables with no effect sizes or intervals; ignoring survey weights114- "Robustness" that only reruns near-identical specs to manufacture stability115- p-hacking / HARKing exploratory results into hypotheses116- Qualitative claims with no traceable evidence or negative cases117- Computational outputs reported without validation118119## Output format120121```122【Main result】magnitude + interval (quant) OR evidence chain (qual)123【Identification/grounding check】(per research-design) result124【Robustness / negative cases】what held125【Heterogeneity】pre-specified? MHT-adjusted? (quant)126【Reproducible】master script + seeds + pinned versions OR documented codebook? [Y/N]127【Next】asr-tables-figures128```129130## Supplementary resources131132- [`../../resources/external_tools.md`](../../resources/external_tools.md) — estimation, demography, networks, and text-as-data packages133- [`../../resources/official-source-map.md`](../../resources/official-source-map.md) — ASA data-sharing norms