smj-methods

GitHub

指导SMJ论文研究设计,涵盖样本选择、变量测量及因果识别策略。提供面板、自然实验等设计指南,强调解决内生性,避免数据窥探,确保方法论严谨性。

Strategic-Management-Journal-Skills/skills/smj-methods/SKILL.md brycewang-stanford/Awesome-Journal-Skills

Trigger Scenarios

确定研究样本、时间窗口和分析单位 验证绩效或战略选择指标 选择因果推断的识别策略 决定使用定量面板、自然实验、定性研究或形式建模

Install

npx skills add brycewang-stanford/Awesome-Journal-Skills --skill smj-methods -g -y
More Options

Non-standard path

npx skills add https://github.com/brycewang-stanford/Awesome-Journal-Skills/tree/main/Strategic-Management-Journal-Skills/skills/smj-methods -g -y

Use without installing

npx skills use brycewang-stanford/Awesome-Journal-Skills@smj-methods

指定 Agent (Claude Code)

npx skills add brycewang-stanford/Awesome-Journal-Skills --skill smj-methods -a claude-code -g -y

安装 repo 全部 skill

npx skills add brycewang-stanford/Awesome-Journal-Skills --all -g -y

预览 repo 内 skill

npx skills add brycewang-stanford/Awesome-Journal-Skills --list

SKILL.md

Frontmatter
{
    "name": "smj-methods",
    "description": "Use when designing the research method for a Strategic Management Journal (SMJ) manuscript — sample, unit of analysis, measures, and the identification strategy. Designs the study; estimation and endogeneity execution live in smj-data-analysis."
}

Research Design & Methods (smj-methods)

When to trigger

  • Sample, time window, and unit of analysis are not yet pinned down
  • Measures (especially of performance and of the strategic choice) are not validated
  • You have not yet chosen an identification design for a causal claim
  • You are deciding between quantitative panel work, a natural experiment, qualitative theory-building, or formal modeling

Design families SMJ publishes

Family Best for
Panel econometrics (firm/BU) Performance consequences of strategic choices over time
Natural experiment / DID An exogenous shock to strategy or environment
IV / two-stage An endogenous strategic choice with a credible instrument
Matching + DID Selection on observables into a strategic action
Selection (Heckman) Outcome observed only after a self-selected strategic step
Qualitative / inductive Building new strategy theory where constructs are immature
Formal / analytical modeling Deriving and testing equilibrium strategic behavior

The hallmark SMJ empirical paper uses panel data with fixed effects and then deploys one or more identification tools to address endogeneity. Choose the design from the threat, not from convenience.

SMJ's empirical standard is codified in its own editorial — Bettis, Gambardella, Helfat & Mitchell (2014), "Quantitative empirical analysis in strategic management," SMJ 35(7): 949–953 — which asks authors to acknowledge endogeneity and make a good-faith effort to address it, and disapproves of data snooping and p-hacking. SMJ also accepts that perfect causal inference is sometimes impossible; correlations that rule out alternative mechanisms can still be valuable if framed honestly.

Sample & unit of analysis

  • State the population, sampling frame, time window, and the exact unit (firm-year, BU-year, alliance, deal). Mismatched units (theory at the firm level, data at the deal level) draw fire.
  • Justify the panel length: enough pre-periods to test parallel trends if using DID; enough within-firm variation if using FE.
  • Report and justify all sample-construction filters (survivorship, missing data, industry exclusions). SMJ reviewers probe sample-selection artifacts.

Measurement (the quiet rejection reason)

  • Performance DV: pick the construct deliberately — accounting (ROA), market (Tobin's q, abnormal returns), or operational. Justify why it matches the theory; report sensitivity to alternatives.
  • Strategic-choice IV: validate that the measure captures the construct (e.g., diversification, alliance scope) and not something correlated. Cite the source of any established measure.
  • Controls: include theoretically motivated controls (firm size, age, slack, industry, prior performance) but avoid "bad controls" — outcomes of the treatment that absorb the effect.
  • Pre-register, or at minimum pre-specify, the primary specification to avoid the appearance of specification search (SMJ disapproves of data snooping / p-hacking).

Identification design (decide before estimating)

State the identifying threat explicitly, then the design that defeats it:

  • Selection into the strategic choice (firms that ally/acquire/diversify differ): matching, IV, selection model, or a shock that assigns the choice.
  • Reverse causality (performance drives the choice): lagged structure plus a design that breaks simultaneity (shock/IV); lags alone are not enough.
  • Unobserved heterogeneity (a firm trait drives both): firm fixed effects, plus discussion of time-varying confounds FE cannot absorb.
  • Omitted environmental confounds: industry-year fixed effects, region controls.

Name the design here; smj-data-analysis executes and stress-tests it.

Execution bridge (StatsPAI / Stata MCP)

For the empirical / causal lane, estimate and audit rather than only specify. Full map: execution-with-mcp. SMJ is strategy — firm-level panels where strategic choices are endogenous; foreground IV / DiD identification and the endogeneity-of-strategy objection.

  • detect_designrecommend → fit with as_handle=trueaudit_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

  • Population, frame, time window, and unit of analysis are explicit and matched to theory
  • Every sample filter is reported and justified (survivorship / missingness addressed)
  • Performance DV is justified; alternative operationalizations identified for robustness
  • Strategic-choice measure is validated and sourced
  • Controls are theory-driven; no post-treatment / "bad" controls
  • The identifying threat is named and a design is chosen to address it
  • For DID: pre-periods support a parallel-trends test; for IV: a candidate instrument with a relevance + exclusion story

Anti-patterns

  • Choosing OLS-with-controls and hoping reviewers ignore endogeneity (they will not)
  • Unit-of-analysis mismatch between theory and data
  • Undisclosed sample filters that could drive the result
  • A performance measure chosen because it "works," not because it fits the theory
  • Controlling for a variable that is itself an outcome of the treatment
  • Picking the design before identifying the threat it is supposed to solve

Output format

【Design family】panel FE | DID/natural experiment | IV | matching+DID | Heckman | qualitative | formal
【Sample】population / frame / window / unit
【Filters】[list + justification]
【DV (performance)】construct + measure + alternatives
【Focal X (strategic choice)】measure + source + validity note
【Identifying threat】selection | reverse causality | unobserved heterogeneity | omitted confound
【Chosen identification design】...
【Next step】smj-data-analysis

Templates & resources

Version History

  • 1839142 Current 2026-07-05 14:28

Same Skill Collection

AAAI-Skills/skills/aaai-artifact-evaluation/SKILL.md
AAAI-Skills/skills/aaai-author-response/SKILL.md
AAAI-Skills/skills/aaai-camera-ready/SKILL.md
AAAI-Skills/skills/aaai-experiments/SKILL.md
AAAI-Skills/skills/aaai-related-work/SKILL.md
AAAI-Skills/skills/aaai-reproducibility/SKILL.md
AAAI-Skills/skills/aaai-review-process/SKILL.md
AAAI-Skills/skills/aaai-submission/SKILL.md
AAAI-Skills/skills/aaai-supplementary/SKILL.md
AAAI-Skills/skills/aaai-topic-selection/SKILL.md
AAAI-Skills/skills/aaai-workflow/SKILL.md
AAAI-Skills/skills/aaai-writing-style/SKILL.md
AAMAS-Skills/skills/aamas-artifact-evaluation/SKILL.md
AAMAS-Skills/skills/aamas-author-response/SKILL.md
AAMAS-Skills/skills/aamas-camera-ready/SKILL.md
AAMAS-Skills/skills/aamas-experiments/SKILL.md
AAMAS-Skills/skills/aamas-related-work/SKILL.md
AAMAS-Skills/skills/aamas-reproducibility/SKILL.md
AAMAS-Skills/skills/aamas-review-process/SKILL.md
AAMAS-Skills/skills/aamas-submission/SKILL.md
AAMAS-Skills/skills/aamas-supplementary/SKILL.md
AAMAS-Skills/skills/aamas-topic-selection/SKILL.md
AAMAS-Skills/skills/aamas-workflow/SKILL.md
AAMAS-Skills/skills/aamas-writing-style/SKILL.md
Academy-of-Management-Annals-Skills/skills/amann-editor-strategy/SKILL.md
Academy-of-Management-Annals-Skills/skills/amann-evidence-standards/SKILL.md
Academy-of-Management-Annals-Skills/skills/amann-literature-synthesis/SKILL.md
Academy-of-Management-Annals-Skills/skills/amann-organizing-framework/SKILL.md
Academy-of-Management-Annals-Skills/skills/amann-proposal-framing/SKILL.md
Academy-of-Management-Annals-Skills/skills/amann-review-process/SKILL.md
Academy-of-Management-Annals-Skills/skills/amann-revision/SKILL.md
Academy-of-Management-Annals-Skills/skills/amann-submission/SKILL.md
Academy-of-Management-Annals-Skills/skills/amann-tables-figures/SKILL.md
Academy-of-Management-Annals-Skills/skills/amann-topic-selection/SKILL.md
Academy-of-Management-Annals-Skills/skills/amann-workflow/SKILL.md
Academy-of-Management-Annals-Skills/skills/amann-writing-style/SKILL.md
Academy-of-Management-Journal-Skills/skills/amj-contribution-framing/SKILL.md
Academy-of-Management-Journal-Skills/skills/amj-data-analysis/SKILL.md
Academy-of-Management-Journal-Skills/skills/amj-literature-positioning/SKILL.md
Academy-of-Management-Journal-Skills/skills/amj-methods/SKILL.md
Academy-of-Management-Journal-Skills/skills/amj-rebuttal/SKILL.md
Academy-of-Management-Journal-Skills/skills/amj-review-process/SKILL.md
Academy-of-Management-Journal-Skills/skills/amj-submission/SKILL.md
Academy-of-Management-Journal-Skills/skills/amj-tables-figures/SKILL.md
Academy-of-Management-Journal-Skills/skills/amj-theory-development/SKILL.md
Academy-of-Management-Journal-Skills/skills/amj-topic-selection/SKILL.md
Academy-of-Management-Journal-Skills/skills/amj-workflow/SKILL.md
Academy-of-Management-Journal-Skills/skills/amj-writing-style/SKILL.md
Academy-of-Management-Review-Skills/skills/amr-contribution-framing/SKILL.md
Academy-of-Management-Review-Skills/skills/amr-data-analysis/SKILL.md

Metadata

Files
0
Version
9f86f09
Hash
f4488dd9
Indexed
2026-07-05 14:28

Accueil - Wiki
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-07-29 18:31
浙ICP备14020137号-1 $Carte des visiteurs$