Research Design & Method Fit (isr-methods)
When to trigger
- You are unsure which genre best supports your IS claim
- The design may not be able to identify the effect (empirical) or may rest on unjustified assumptions (analytical)
- You are combining methods and need the multimethod logic to hold together
- A reviewer says "the method cannot answer the question" or "the artifact is not evaluated"
Match the genre to the claim
ISR is deliberately pluralistic; no single method is mandated. Choose the genre the claim demands:
| Claim / phenomenon |
Genre & design |
| Causal effect of an IT design/policy on behavior or outcomes |
Field/lab experiment, or quasi-experiment with identification |
| How/why IT use is enacted, appropriated, organized |
Qualitative / interpretive (interviews, ethnography, case) |
| Equilibrium behavior of platforms, pricing, security, contracts |
Analytical economic / game-theoretic model |
| A novel IT artifact that solves a class of problems |
Design science — build and rigorous evaluation |
| Value/impact of IT investment at firm/market level |
Archival econometrics with a credible identification strategy |
| Mechanism + scope + generalization in one paper |
Multimethod (per ISR 36(2) framework) with an explicit integration logic |
Genre-specific design discipline
- Behavioral empirical. Establish construct validity by design (multi-item validated scales, manipulation/attention checks), separate sources/waves to limit common-method bias, justify the sampling frame, and (for experiments) pre-register and power for interactions, not just main effects.
- Analytical modeling. The design is the model: state agents, timing, information structure, and equilibrium concept; defend each assumption; plan the comparative statics and the extensions/robustness that show the result is not an artifact of one assumption. Reserve full proofs for the electronic companion.
- Design science. Specify the artifact, the design objectives, and an evaluation that demonstrates utility (benchmarks, controlled studies, real-world deployment) — a build without evaluation is not a DSR contribution.
- Archival/causal. Name the identification strategy (DiD, IV, RDD, matching) and the threat it addresses; a regression without identification is descriptive.
Sociotechnical level and fit
State the level(s) of analysis and ensure the design observes the level where the mechanism operates (e.g., group-level theory needs group-level variation). Cross-level claims need cross-level data.
Execution bridge (StatsPAI / Stata MCP)
For the empirical / causal lane, estimate and audit rather than only specify. Full
map: execution-with-mcp. ISR is empirical IS with strong econometric and experimental work; identification (DiD / IV) for observational claims, randomization inference for experiments.
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
- Method by convenience: using the data you have rather than the design the claim needs.
- Regression theater: archival regressions presented as causal without identification.
- Build-only DSR: an artifact with no rigorous evaluation.
- Multimethod garnish: a second method bolted on without theoretical integration.
Output format
【Claim】[...]
【Genre & design】experiment / qualitative / analytical / DSR / archival / multimethod
【Identification or assumptions】[...]
【Level(s) observed】[...]
【Validity/robustness plan】[...]
【Page/EC budget】[...]
【Next step】isr-data-analysis
Source: brycewang-stanford/Awesome-Journal-Skills → Information-Systems-Research-Skills/skills/isr-methods/SKILL.md
1---2name: isr-methods3description: Use when choosing and stress-testing the research design for an Information Systems Research (ISR) manuscript — matching the genre (behavioral empirical, analytical-economic modeling, design-science, or multimethod) to the question, and ensuring the design can actually support the IS contribution. Designs the study; it does not execute the estimation/derivation (isr-data-analysis) or frame the contribution (isr-contribution-framing).4---5
6
7# Research Design & Method Fit (isr-methods)
8
9## When to trigger
10
11- You are unsure which genre best supports your IS claim
12- The design may not be able to identify the effect (empirical) or may rest on unjustified assumptions (analytical)
13- You are combining methods and need the multimethod logic to hold together
14- A reviewer says "the method cannot answer the question" or "the artifact is not evaluated"
15
16## Match the genre to the claim
17
18ISR is deliberately pluralistic; no single method is mandated. Choose the genre the **claim** demands:
19
20| Claim / phenomenon | Genre & design |
21|----------------------------------------------------------------|------------------------------------------------------------------------|
22| Causal effect of an IT design/policy on behavior or outcomes | Field/lab experiment, or quasi-experiment with identification |
23| How/why IT use is enacted, appropriated, organized | Qualitative / interpretive (interviews, ethnography, case) |
24| Equilibrium behavior of platforms, pricing, security, contracts | Analytical economic / game-theoretic model |
25| A novel IT artifact that solves a class of problems | Design science — build **and** rigorous evaluation |
26| Value/impact of IT investment at firm/market level | Archival econometrics with a credible identification strategy |
27| Mechanism + scope + generalization in one paper | Multimethod (per ISR 36(2) framework) with an explicit integration logic |
28
29## Genre-specific design discipline
30
31- **Behavioral empirical.** Establish construct validity by design (multi-item validated scales, manipulation/attention checks), separate sources/waves to limit common-method bias, justify the sampling frame, and (for experiments) pre-register and power for interactions, not just main effects.
32- **Analytical modeling.** The design *is* the model: state agents, timing, information structure, and equilibrium concept; defend each assumption; plan the comparative statics and the extensions/robustness that show the result is not an artifact of one assumption. Reserve full proofs for the electronic companion.
33- **Design science.** Specify the artifact, the design objectives, and an **evaluation** that demonstrates utility (benchmarks, controlled studies, real-world deployment) — a build without evaluation is not a DSR contribution.
34- **Archival/causal.** Name the identification strategy (DiD, IV, RDD, matching) and the threat it addresses; a regression without identification is descriptive.
35
36## Sociotechnical level and fit
37
38State the level(s) of analysis and ensure the design observes the level where the mechanism operates (e.g., group-level theory needs group-level variation). Cross-level claims need cross-level data.
39
40## Execution bridge (StatsPAI / Stata MCP)
41
42For the **empirical / causal lane**, estimate and audit rather than only specify. Full
43map: [`execution-with-mcp`](../../../shared-resources/empirical-methods/execution-with-mcp.md). ISR is empirical IS with strong econometric and experimental work; identification (DiD / IV) for observational claims, randomization inference for experiments.
44
45- `detect_design` → `recommend` → fit with `as_handle=true` → `audit_result` to
46 enumerate the checks the design owes.
47- **Panel / staggered DiD:** `callaway_santanna` / `sun_abraham` + `bacon_decomposition`
48 + `honest_did_from_result`. **IV:** `effective_f_test` + `anderson_rubin_ci`. **RDD:**
49 `rdrobust` + `mccrary_test`.
50- **Experiments:** randomization-based inference and `romano_wolf` for the many-outcome
51 family-wise correction reviewers expect.
52
53Match the toolchain to the **reviewer pool**, and report the effect size the venue
54wants. A run end-to-end (synthetic data, real returns) is in the
55[JF execution walkthrough](../../../Journal-of-Finance-Skills/resources/worked-examples/02-execution-walkthrough.md).
56## Checklist
57
58- [ ] Genre matches the claim; not chosen by habit or data availability
59- [ ] Empirical: identification/validity strategy named and adequate
60- [ ] Analytical: assumptions justified; comparative statics and robustness planned
61- [ ] DSR: artifact + evaluation that demonstrates utility
62- [ ] Level(s) of analysis observed where the mechanism operates
63- [ ] Multimethod combinations have an explicit integration logic (ISR 36(2))
64- [ ] Page budget planned (32-page text cap) with overflow routed to the electronic companion
65
66## Anti-patterns
67
68- **Method by convenience**: using the data you have rather than the design the claim needs.
69- **Regression theater**: archival regressions presented as causal without identification.
70- **Build-only DSR**: an artifact with no rigorous evaluation.
71- **Multimethod garnish**: a second method bolted on without theoretical integration.
72
73## Output format
74
75```
76【Claim】[...]
77【Genre & design】experiment / qualitative / analytical / DSR / archival / multimethod
78【Identification or assumptions】[...]
79【Level(s) observed】[...]
80【Validity/robustness plan】[...]
81【Page/EC budget】[...]
82【Next step】isr-data-analysis
83```
84
85---
86
87**Source:** [`brycewang-stanford/Awesome-Journal-Skills`](https://github.com/brycewang-stanford/Awesome-Journal-Skills) → `Information-Systems-Research-Skills/skills/isr-methods/SKILL.md`