orgsci-data-analysis

GitHub

面向组织科学论文的数据分析与报告技能,涵盖定性、定量、实验及计算模拟等多种方法。提供严谨性标准、透明度要求及因果推断支持,确保分析结果可复现并符合期刊规范。

Organization-Science-Skills/skills/orgsci-data-analysis/SKILL.md brycewang-stanford/Awesome-Journal-Skills

触发场景

数据收集完成需进行分析报告时 审稿人质疑分析无法支持推论时 不确定如何展示定性或计算工作的严谨性时 估计量与研究设计不匹配时

安装

npx skills add brycewang-stanford/Awesome-Journal-Skills --skill orgsci-data-analysis -g -y
更多选项

非标准路径

npx skills add https://github.com/brycewang-stanford/Awesome-Journal-Skills/tree/main/Organization-Science-Skills/skills/orgsci-data-analysis -g -y

不安装直接使用

npx skills use brycewang-stanford/Awesome-Journal-Skills@orgsci-data-analysis

指定 Agent (Claude Code)

npx skills add brycewang-stanford/Awesome-Journal-Skills --skill orgsci-data-analysis -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": "orgsci-data-analysis",
    "description": "Use when analyzing and reporting results for an Organization Science manuscript across its eclectic methods — establishing trustworthiness for qualitative work, the right estimator for quantitative\/multilevel data, transparency for simulation\/formal models, and mechanism-supported inference where causal identification is impossible. Executes and reports the analysis; it does not design the study (orgsci-methods) or frame the contribution (orgsci-contribution-framing)."
}

Data Analysis & Transparency (orgsci-data-analysis)

When to trigger

  • Data are collected (or a model built) and it is time to analyze and report
  • A reviewer says "the analysis does not support the inference"
  • You are unsure how to demonstrate rigor for qualitative, computational, or formal work
  • Your estimator may not match your design (nested, time-to-event, latent constructs)

Rigor is method-specific — report what your design demands

Because Organization Science is methodologically eclectic, "rigor" looks different by method. Report the standard that fits, transparently.

  • Qualitative / inductive. Validity becomes trustworthiness: a data structure (first-order codes → second-order themes → aggregate dimensions), an audit trail, and representative quotations so the path from raw data to constructs is traceable; state case-selection logic, saturation, and how disconfirming evidence was handled.
  • Quantitative / multilevel. Match the estimator to the design: multilevel/HLM for nested data (justify aggregation with ICC(1), ICC(2), r_wg), SEM for latent constructs and mediation, fixed/random effects and event-history for panel/founding-failure data; cluster SEs to the nesting structure.
  • Experimental. Report manipulation and attention checks, randomization balance, and effect sizes — not just p-values; pre-register where feasible.
  • Computational / simulation. Report parameter ranges, sensitivity analyses, seeds, and number of runs; show the qualitative pattern's robustness and make the mechanism visible.
  • Formal-analytical. State assumptions and prove or numerically verify the comparative statics; show which results are general and which are knife-edge.

Inference without identification

The venue holds that causal inference is valued but "not necessary and often impossible." Where clean identification is unavailable, support inference with mechanism evidence, theoretical logic, institutional knowledge, triangulation, and falsification/placebo logic, and rule out alternatives empirically where possible. Do not overclaim causality; do not abandon a credible mechanism for want of an instrument.

Transparency and replicability

Provide enough detail and references that others could replicate the work. Under the 2025 data and methods transparency policy, authors should be ready to share statistical code upon editor request during review, and accepted quantitative papers must publicly share data/code unless a documented exception and alternative transparency plan applies. Keep clean, regenerable scripts regardless of whether the underlying data can be public.

Execution bridge (StatsPAI / Stata MCP)

Run the battery, don't just enumerate it. Full map: execution-with-mcp. Org Science spans field studies, experiments, and computational/qualitative work; the chain below is for its empirical/causal lane — simulation and qualitative work are outside it.

  • 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 appendix. See the executed chain in the JF execution walkthrough.

Anti-patterns

  • OLS on nested data (use HLM); causal-steps mediation instead of bootstrapped indirect effects.
  • Qualitative findings with no data structure or audit trail — thick description as "analysis."
  • Simulation from a single parameter set with no sensitivity analysis.
  • Causal language the design cannot support; specification fishing.

Evidence pass for Organization Science

Use this as a second-pass capability check. First lock a level map, a mechanism paragraph, and the cover-letter contribution statement; then test whether the manuscript addresses interdisciplinary organization reviewers who ask whether the mechanism travels across levels of analysis.

  • Primary move: Audit unit, comparison, uncertainty, missingness, sensitivity, and reproducibility before making any prose or submission recommendation.
  • Decision ledger: return claim / evidence / blocker / next edit rows so the next pass can patch the manuscript directly.
  • Neighbor test: compare against AMJ for empirical management framing, ASQ for organization-theory depth, Management Science for formal/quantitative operations; if the neighboring outlet has the stronger audience claim, recommend re-routing before polishing.
  • Submission-ready gate: before final advice, re-open resources/official-source-map.md for upload-week rules and name the one live-check item that could change the recommendation.

Output format

【Method】qualitative / multilevel / panel-EH / experiment / simulation / formal
【Rigor evidence】trustworthiness (data structure, audit trail) OR estimator + SE clustering OR sensitivity/seeds OR proofs
【Inference】identification? if not — mechanism + design logic + falsification; alternatives ruled out
【Replicability】detail/scripts ready; data/code sharing or exception plan ready
【Next step】orgsci-contribution-framing

版本历史

  • 1839142 当前 2026-07-05 14:08

同 Skill 集合

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

元信息

文件数
0
版本
5717eab
Hash
fcbef98a
收录时间
2026-07-05 14:08

首页 - Wiki
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-08-10 03:28
浙ICP备14020137号-1 $访客地图$