Research Design & Methods (car-methods)
When to trigger
- The design may not deliver the inference the question needs (identification, internal validity, equilibrium logic)
- An archival causal claim rests on an endogenous regressor with no strategy
- An experiment's manipulation may not isolate the theorized construct
- The study involves human participants and ethics-approval verification is unprepared
- A reviewer says "the design cannot support this claim"
Match the design to the question (CAR is method-agnostic)
CAR welcomes any appropriate method; the bar is fit and rigor, not a preferred method. Pick the design that earns the claim:
| Claim |
Design that earns it |
| Capital-market/contracting effect of reporting |
Panel archival with fixed effects + an identification strategy |
| Causal effect of an information feature on judgment |
Controlled experiment (lab/online/professional subjects) |
| Existence/optimality of an equilibrium or contract |
Analytical model: primitives, equilibrium concept, proofs |
| Mechanism inside firms, audits, or standard-setting |
Field study / interviews with an explicit coding protocol |
| A new construct's measurement and external validity |
Survey with a validated instrument; or multi-method |
A two-study design (e.g., an experiment isolating the mechanism behind an archival association) is a recognized CAR strength.
Design against the threats CAR reviewers probe
- Identification (archival). Anticipate omitted variables, reverse causality, and selection; plan a strategy (natural experiment, difference-in-differences with a credible parallel-trends argument, instrument, entropy balancing/matching, firm/year fixed effects) and state the assumptions each requires.
- Internal validity (experimental). Design manipulation and attention checks; randomize; pre-specify the predicted mediator; rule out demand effects and confounds; justify the participant pool (student, online, or professional) for the inference.
- Model discipline (analytical). Justify each assumption and the equilibrium concept; show which results are robust to relaxing assumptions.
CAR-specific design requirements
- Ethics-approval verification (mandatory). For any research involving human participants — experiments, interviews, surveys, including secondary human-participant data — you must obtain and upload institutional REB/IRB clearance, an REB-issued exemption, or a senior-administrator letter where no review board exists. A bare assertion is not accepted, and failure is grounds for withdrawal by the EIC. Plan this before data collection.
- Instrument capture. Surveys/experiments must submit the full research instrument with the manuscript (Data Integrity policy, item 1).
- Proprietary/field data. If you use proprietary organizational data, plan a credible means of verifying the data source/site on editor request and disclose any non-disclosure restrictions (policy item 2).
Execution bridge (StatsPAI / Stata MCP)
For the empirical / causal lane, estimate and audit rather than only specify. Full
map: execution-with-mcp. CAR is archival/empirical accounting; the DiD / IV / RDD chain serves its causal designs around reporting and regulation.
detect_design → recommend → fit with as_handle=true → audit_result to
enumerate the checks the design owes.
- Panel / 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 and
romano_wolf for the many-outcome
family-wise correction reviewers expect.
Match the toolchain to the reviewer pool, and report the effect size the venue
wants. A run end-to-end (synthetic data, real returns) is in the
JF execution walkthrough.
Checklist
Anti-patterns
- Cross-sectional causal claims from one-period archival correlations with no strategy.
- Confounded manipulations that move more than the theorized construct.
- Assumption-driven results (analytical) never tested for robustness.
- Treating ethics approval as a formality — CAR requires documented verification, not a statement.
Output format
【Design】panel-archival / experiment / analytical / field / survey / multi-method
【Inference fit】each prediction supportable? notes ...
【Identification / internal validity / equilibrium】strategy + assumptions ...
【Ethics】REB/IRB clearance, exemption, or senior-admin letter secured?
【Instrument & proprietary data】full instrument; verification/NDA plan ...
【Next step】car-data-analysis
1---2name: car-methods3description: Use when the research design and identification are the bottleneck for a Contemporary Accounting Research (CAR) manuscript — choosing and defending an archival, experimental, analytical, field, or survey design and, for human-participant work, meeting CAR's mandatory ethics-approval verification. Designs the study; it does not run the estimation (car-data-analysis).4---56# Research Design & Methods (car-methods)78## When to trigger910- The design may not deliver the inference the question needs (identification, internal validity, equilibrium logic)11- An archival causal claim rests on an endogenous regressor with no strategy12- An experiment's manipulation may not isolate the theorized construct13- The study involves human participants and ethics-approval verification is unprepared14- A reviewer says "the design cannot support this claim"1516## Match the design to the question (CAR is method-agnostic)1718CAR welcomes any appropriate method; the bar is *fit and rigor*, not a preferred method. Pick the design that earns the claim:1920| Claim | Design that earns it |21|----------------------------------------------------|-----------------------------------------------------------------|22| Capital-market/contracting effect of reporting | Panel archival with fixed effects + an identification strategy |23| Causal effect of an information feature on judgment | Controlled experiment (lab/online/professional subjects) |24| Existence/optimality of an equilibrium or contract | Analytical model: primitives, equilibrium concept, proofs |25| Mechanism inside firms, audits, or standard-setting | Field study / interviews with an explicit coding protocol |26| A new construct's measurement and external validity | Survey with a validated instrument; or multi-method |2728A two-study design (e.g., an experiment isolating the mechanism behind an archival association) is a recognized CAR strength.2930## Design against the threats CAR reviewers probe3132- **Identification (archival).** Anticipate omitted variables, reverse causality, and selection; plan a strategy (natural experiment, difference-in-differences with a credible parallel-trends argument, instrument, entropy balancing/matching, firm/year fixed effects) and state the assumptions each requires.33- **Internal validity (experimental).** Design manipulation and attention checks; randomize; pre-specify the predicted mediator; rule out demand effects and confounds; justify the participant pool (student, online, or professional) for the inference.34- **Model discipline (analytical).** Justify each assumption and the equilibrium concept; show which results are robust to relaxing assumptions.3536## CAR-specific design requirements3738- **Ethics-approval verification (mandatory).** For *any* research involving human participants — experiments, interviews, surveys, including secondary human-participant data — you must obtain and upload institutional REB/IRB clearance, an REB-issued exemption, or a senior-administrator letter where no review board exists. A bare assertion is not accepted, and failure is grounds for withdrawal by the EIC. Plan this *before* data collection.39- **Instrument capture.** Surveys/experiments must submit the full research instrument with the manuscript (Data Integrity policy, item 1).40- **Proprietary/field data.** If you use proprietary organizational data, plan a credible means of verifying the data source/site on editor request and disclose any non-disclosure restrictions (policy item 2).4142## Execution bridge (StatsPAI / Stata MCP)4344For the **empirical / causal lane**, estimate and audit rather than only specify. Full45map: [`execution-with-mcp`](../../../shared-resources/empirical-methods/execution-with-mcp.md). CAR is archival/empirical accounting; the DiD / IV / RDD chain serves its causal designs around reporting and regulation.4647- `detect_design` → `recommend` → fit with `as_handle=true` → `audit_result` to48 enumerate the checks the design owes.49- **Panel / staggered DiD:** `callaway_santanna` / `sun_abraham` + `bacon_decomposition`50 + `honest_did_from_result`. **IV:** `effective_f_test` + `anderson_rubin_ci`. **RDD:**51 `rdrobust` + `mccrary_test`.52- **Experiments:** randomization-based inference and `romano_wolf` for the many-outcome53 family-wise correction reviewers expect.5455Match the toolchain to the **reviewer pool**, and report the effect size the venue56wants. A run end-to-end (synthetic data, real returns) is in the57[JF execution walkthrough](../../../Journal-of-Finance-Skills/resources/worked-examples/02-execution-walkthrough.md).58## Checklist5960- [ ] Design can support each prediction (identification / internal validity / equilibrium logic)61- [ ] (Archival) endogeneity strategy specified with its assumptions62- [ ] (Experimental) manipulation/attention checks, randomization, predicted mediator, pool justified63- [ ] (Analytical) assumptions and equilibrium concept justified; robustness mapped64- [ ] Ethics-approval verification secured for any human participants65- [ ] Full instrument prepared; proprietary-data verification/NDA plan in place6667## Anti-patterns6869- **Cross-sectional causal claims** from one-period archival correlations with no strategy.70- **Confounded manipulations** that move more than the theorized construct.71- **Assumption-driven results** (analytical) never tested for robustness.72- **Treating ethics approval as a formality** — CAR requires documented verification, not a statement.7374## Output format7576```77【Design】panel-archival / experiment / analytical / field / survey / multi-method78【Inference fit】each prediction supportable? notes ...79【Identification / internal validity / equilibrium】strategy + assumptions ...80【Ethics】REB/IRB clearance, exemption, or senior-admin letter secured?81【Instrument & proprietary data】full instrument; verification/NDA plan ...82【Next step】car-data-analysis83```