Research Design (ajps-research-design)
AJPS publishes many methods but holds identification and inference to a high standard. The design must
credibly connect the argument (ajps-theory-building) to evidence and rule out the strongest rival.
This skill is mode-aware: pick the section that matches your work and defend it on its own terms.
When to trigger
- Specifying identification, sampling, case selection, or experimental design
- A reviewer questioned causal claims, a confound, external validity, or inference
- Preparing a pre-analysis plan before collecting/analyzing data
- Justifying why your design adjudicates the rival from
ajps-literature-positioning
Quantitative / causal inference
- Identification first. State the estimand and the assumptions that license a causal reading
(ignorability, parallel trends, exclusion, continuity). Defend them; do not assert them.
- Designs: experiments (incl. survey/conjoint), DID/event study (use modern staggered-adoption
estimators, not naive TWFE), IV (first-stage strength, exclusion, weak-IV-robust inference), RDD
(density/manipulation tests, bandwidth robustness), matching/weighting with balance + sensitivity.
- Inference: cluster at the level of treatment assignment; randomization inference for
experiments; small-cluster corrections (wild-cluster bootstrap) when clusters are few.
- Sensitivity: how strong must an unobserved confounder be to overturn the result?
Experiments (lab / survey / field)
- Preregister the design and primary analyses; report power / MDE; pre-specify subgroups.
- Address attention/manipulation checks, attrition, balance, and ethics/IRB and consent (the AJPS
submission portal asks for human-subjects documentation — see
ajps-submission).
- For survey experiments: sampling frame, treatment realism, and the limits on generalization.
Formal-empirical linkage
- Make the empirical test follow from the model's comparative statics, not a loose analogy.
- Distinguish predictions unique to your model from those shared with rivals, and test the unique ones.
Case-based / qualitative & multi-method
- Case selection justified by design logic (typical, deviant, most/least-likely, paired) — say what
the case is a case of.
- Process tracing with explicit tests (hoop, smoking-gun, straw-in-the-wind); state what evidence
would have disconfirmed the argument; plan source documentation (see
ajps-replication-and-verification, qualitative path).
The adjudication test (AJPS-specific)
For the single strongest rival explanation, write: "If the rival were true rather than my argument,
the data would look like ___; instead they look like ___." If you cannot, the design does not yet
identify the contribution.
Design-credibility table (the bar AJPS referees apply by design)
| Design |
What the referee demands |
Common desk-reject / reject trigger |
| RDD |
Density/manipulation test, bandwidth robustness, no sorting at cutoff |
Treating a non-discontinuous threshold as sharp |
| DID / event study |
Modern staggered-adoption estimator, pre-trend evidence |
Naive TWFE with heterogeneous timing |
| IV |
First-stage strength, defended exclusion, weak-IV-robust CIs |
"Plausibly exogenous" instrument with no defense of exclusion |
| Matching/weighting |
Balance + unobserved-confounder sensitivity bound |
Selection-on-observables read as clean causation |
Worked micro-example (illustrative numbers)
A close-election RD on incumbency states the estimand (local effect of barely winning on next-cycle vote
share at the threshold) and the continuity assumption that licenses it. The density test shows no sorting
(illustrative p = 0.62); the estimate is stable across bandwidths h = 0.08-0.16; a donut-hole spec holds.
The adjudication sentence: if incumbency advantage were candidate-quality persistence rather than an
officeholding effect, the jump at the bare-win threshold would vanish — instead it is +6 points
(illustrative). That sentence converts a quantitatively demanding AJPS referee.
Referee-pushback patterns and the venue-specific fix
- "Identification leans on selection-on-observables." -> Add an Oster-style or sensitivity-bound analysis
and report how strong an unobserved confounder must be to overturn the result.
- "Theory and empirics are not tightly linked." -> Make the test follow from the model's comparative
statics and target a prediction unique to your argument, not one shared with the rival.
- "The DID uses naive TWFE under staggered adoption." -> Re-estimate with a heterogeneity-robust
estimator and show the event-study leads are flat.
Calibration anchor: AJPS spans American, comparative, IR, theory, and methods, but applies a hard premium
on credible identification across all of them; confirm any human-subjects/IRB specifics against the
journal's current submission guidelines.
Execution bridge (StatsPAI / Stata MCP)
Estimate and audit the design, don't only describe it. Full map:
execution-with-mcp. AJPS prizes credible identification across American / comparative / IR subfields; DiD/IV/RDD for observational claims, randomization inference for experiments.
detect_design → recommend → fit with as_handle=true → audit_result.
- Observational causal claims: staggered DiD (
callaway_santanna / sun_abraham +
bacon_decomposition + honest_did_from_result); IV (effective_f_test +
anderson_rubin_ci); RDD (rdrobust + mccrary_test).
- Experiments: randomization-based inference,
romano_wolf for many-outcome
family-wise control, and mediate for mediation (not naive controlling-away).
- Sensitivity:
oster_delta / sensemakr for observational claims.
Report the effect size in interpretable units; route the full battery to the
appendix/supplement. A run end-to-end (synthetic data, real returns) is in the
JF execution walkthrough.
Anti-patterns
- Naive TWFE on staggered treatment; clustering at the wrong level
- "Causal" language on a design that supports only association
- Convenience case selection dressed up as theory-driven
- Survey/conjoint experiments over-generalized to real-world behavior with no caveat
- A design that cannot distinguish your argument from the leading alternative
Output format
【Mode】quant-causal / experiment / formal-empirical / case-based
【Estimand or claim】what is being identified/shown
【Key assumption(s)】and how each is defended
【Rival ruled out】the adjudication sentence
【Inference】clustering / RI / small-cluster correction
【Robustness/sensitivity】planned checks
【Next】ajps-data-analysis
Supplementary resources
Source: brycewang-stanford/Awesome-Journal-Skills → American-Journal-of-Political-Science-Skills/skills/ajps-research-design/SKILL.md
1---2name: ajps-research-design3description: Use when defending the research design of an American Journal of Political Science (AJPS) manuscript — causal identification for observational work, experimental and survey-experimental design, formal-empirical linkage, or case-based inference. AJPS reviewers are quantitatively demanding, so identification must license the claim being made. Strengthens the design; it does not write code.4---567# Research Design (ajps-research-design)89AJPS publishes many methods but holds identification and inference to a high standard. The design must10credibly connect the argument (`ajps-theory-building`) to evidence and rule out the strongest rival.11This skill is mode-aware: pick the section that matches your work and defend it on its own terms.1213## When to trigger1415- Specifying identification, sampling, case selection, or experimental design16- A reviewer questioned causal claims, a confound, external validity, or inference17- Preparing a **pre-analysis plan** before collecting/analyzing data18- Justifying why your design adjudicates the rival from `ajps-literature-positioning`1920## Quantitative / causal inference21- **Identification first.** State the **estimand** and the assumptions that license a causal reading22 (ignorability, parallel trends, exclusion, continuity). Defend them; do not assert them.23- **Designs**: experiments (incl. survey/conjoint), DID/event study (use modern staggered-adoption24 estimators, not naive TWFE), IV (first-stage strength, exclusion, weak-IV-robust inference), RDD25 (density/manipulation tests, bandwidth robustness), matching/weighting with balance + sensitivity.26- **Inference**: cluster at the level of treatment assignment; randomization inference for27 experiments; small-cluster corrections (wild-cluster bootstrap) when clusters are few.28- **Sensitivity**: how strong must an unobserved confounder be to overturn the result?2930## Experiments (lab / survey / field)31- Preregister the design and primary analyses; report power / MDE; pre-specify subgroups.32- Address attention/manipulation checks, attrition, balance, and ethics/IRB and consent (the AJPS33 submission portal asks for human-subjects documentation — see `ajps-submission`).34- For survey experiments: sampling frame, treatment realism, and the limits on generalization.3536## Formal-empirical linkage37- Make the **empirical test follow from the model's comparative statics**, not a loose analogy.38- Distinguish predictions unique to your model from those shared with rivals, and test the unique ones.3940## Case-based / qualitative & multi-method41- **Case selection** justified by design logic (typical, deviant, most/least-likely, paired) — say what42 the case is a case *of*.43- **Process tracing** with explicit tests (hoop, smoking-gun, straw-in-the-wind); state what evidence44 would have **disconfirmed** the argument; plan source documentation (see45 `ajps-replication-and-verification`, qualitative path).4647## The adjudication test (AJPS-specific)4849For the single strongest rival explanation, write: *"If the rival were true rather than my argument,50the data would look like ___; instead they look like ___."* If you cannot, the design does not yet51identify the contribution.5253## Design-credibility table (the bar AJPS referees apply by design)5455| Design | What the referee demands | Common desk-reject / reject trigger |56|--------|--------------------------|-------------------------------------|57| RDD | Density/manipulation test, bandwidth robustness, no sorting at cutoff | Treating a non-discontinuous threshold as sharp |58| DID / event study | Modern staggered-adoption estimator, pre-trend evidence | Naive TWFE with heterogeneous timing |59| IV | First-stage strength, defended exclusion, weak-IV-robust CIs | "Plausibly exogenous" instrument with no defense of exclusion |60| Matching/weighting | Balance + unobserved-confounder sensitivity bound | Selection-on-observables read as clean causation |6162## Worked micro-example (illustrative numbers)6364A close-election RD on incumbency states the estimand (local effect of barely winning on next-cycle vote65share at the threshold) and the continuity assumption that licenses it. The density test shows no sorting66(illustrative p = 0.62); the estimate is stable across bandwidths h = 0.08-0.16; a donut-hole spec holds.67The adjudication sentence: *if incumbency advantage were candidate-quality persistence rather than an68officeholding effect, the jump at the bare-win threshold would vanish — instead it is +6 points69(illustrative)*. That sentence converts a quantitatively demanding AJPS referee.7071## Referee-pushback patterns and the venue-specific fix7273- *"Identification leans on selection-on-observables."* -> Add an Oster-style or sensitivity-bound analysis74 and report how strong an unobserved confounder must be to overturn the result.75- *"Theory and empirics are not tightly linked."* -> Make the test follow from the model's comparative76 statics and target a prediction *unique* to your argument, not one shared with the rival.77- *"The DID uses naive TWFE under staggered adoption."* -> Re-estimate with a heterogeneity-robust78 estimator and show the event-study leads are flat.7980Calibration anchor: AJPS spans American, comparative, IR, theory, and methods, but applies a hard premium81on credible identification across all of them; confirm any human-subjects/IRB specifics against the82journal's current submission guidelines.8384## Execution bridge (StatsPAI / Stata MCP)8586Estimate and audit the design, don't only describe it. Full map:87[`execution-with-mcp`](../../../shared-resources/empirical-methods/execution-with-mcp.md). AJPS prizes credible identification across American / comparative / IR subfields; DiD/IV/RDD for observational claims, randomization inference for experiments.8889- `detect_design` → `recommend` → fit with `as_handle=true` → `audit_result`.90- **Observational causal claims:** staggered DiD (`callaway_santanna` / `sun_abraham` +91 `bacon_decomposition` + `honest_did_from_result`); IV (`effective_f_test` +92 `anderson_rubin_ci`); RDD (`rdrobust` + `mccrary_test`).93- **Experiments:** randomization-based inference, `romano_wolf` for many-outcome94 family-wise control, and `mediate` for mediation (not naive controlling-away).95- **Sensitivity:** `oster_delta` / `sensemakr` for observational claims.9697Report the effect size in interpretable units; route the full battery to the98appendix/supplement. A run end-to-end (synthetic data, real returns) is in the99[JF execution walkthrough](../../../Journal-of-Finance-Skills/resources/worked-examples/02-execution-walkthrough.md).100## Anti-patterns101102- Naive TWFE on staggered treatment; clustering at the wrong level103- "Causal" language on a design that supports only association104- Convenience case selection dressed up as theory-driven105- Survey/conjoint experiments over-generalized to real-world behavior with no caveat106- A design that cannot distinguish your argument from the leading alternative107108## Output format109110```111【Mode】quant-causal / experiment / formal-empirical / case-based112【Estimand or claim】what is being identified/shown113【Key assumption(s)】and how each is defended114【Rival ruled out】the adjudication sentence115【Inference】clustering / RI / small-cluster correction116【Robustness/sensitivity】planned checks117【Next】ajps-data-analysis118```119120## Supplementary resources121122- [`../../resources/external_tools.md`](../../resources/external_tools.md) — design/identification packages (R/Stata/Python) and CAQDAS for qualitative work123- [`../../resources/official-source-map.md`](../../resources/official-source-map.md) — human-subjects / IRB requirements and submission policy124125---126127**Source:** [`brycewang-stanford/Awesome-Journal-Skills`](https://github.com/brycewang-stanford/Awesome-Journal-Skills) → `American-Journal-of-Political-Science-Skills/skills/ajps-research-design/SKILL.md`