agentsclimarketplace

Jmr data analysis

Skill brycewang-stanford/Awesome-Journal-Skills/Journal-of-Marketing-Research-Skills/skills/jmr-data-analysis

Journal-specific Claude Code/Codex skill packs covering mainstream journals — AER, QJE, Nature, Cell, 管理世界, 经济研究 & 200+ more — your fast track to getting published. | 覆盖主流期刊的 Claude Code/Codex 期刊技能包,从选题、识别策略到表格规范与审稿回复全流程,助你快速发论文。

Install
npx -y skills add brycewang-stanford/Awesome-Journal-Skills --skill jmr-data-analysis

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

What its author says it does

Copied from the file, not written here

Use when running and reporting the analysis for a Journal of Marketing Research (JMR) manuscript — selecting the estimator that matches the design, and meeting JMR's hard journal-level reporting mandate of exact p-values, standard errors, and effect sizes, plus replication-ready disclosure. Executes and reports; jmr-methods designs the study and jmr-contribution-framing states the payoff.

SKILL.md

7.0 KB, as published. Nobody here has run it

Data Analysis & Reporting (jmr-data-analysis)

When to trigger

  • Data are collected (experimental or observational) and it is time to estimate and report
  • You are unsure whether your estimator matches your design
  • You must conform to JMR's exact-statistics reporting rules
  • A reviewer says "the analysis does not support the inference" or "report effect sizes"

JMR's hard reporting mandate (journal-level)

JMR enforces statistics reporting more explicitly than generic top journals. Empirical papers must report:

  • Actual p-values to three digitsnot thresholds (no "p < .05"), not asterisks.
  • Standard errors of parameter estimates in tables.
  • Effect sizes — and a discussion of practical magnitude, not just significance.

AMA results-reporting style: no leading zero before the decimal (write .97, p = .032), and no more than three decimal places. Apply this to every table and in-text statistic.

Choose the estimator that matches the design

Design / claimEstimator
Experiment (factorial, between/within)ANOVA / regression; estimated marginal means; planned contrasts
Behavioral mediationBootstrapped indirect effects (e.g., PROCESS), bias-corrected CIs
Moderation / moderated mediationInteraction term + simple slopes; conditional indirect effects
Panel / observational causalFE / DiD (modern staggered estimators); cluster-robust SE
Endogenous regressorIV/2SLS, control function; report first stage and instrument tests
Discrete choice / demandLogit/probit; random-coefficient (BLP-style) demand
HeterogeneityHierarchical Bayes / mixture models
Counts / limited DVPoisson/NB, Tobit, as the outcome requires

Cluster standard errors to the sampling/assignment structure (e.g., by participant, store, or market).

Behavioral analysis specifics

  • Report manipulation- and attention-check results before the main effect.
  • Mediation: bootstrap indirect effects with bias-corrected CIs (e.g., 5,000 resamples); for moderated mediation report the conditional indirect effect.
  • Moderation: report the interaction coefficient, plot simple slopes, and give effect sizes per cell.

Modeling / econometric specifics

  • Report identification diagnostics (first-stage strength, parallel-trends/pre-trends, balance, overidentification) as relevant.
  • Report structural parameter estimates with standard errors; show fit and counterfactuals where the contribution rests on them.

Result-to-claim ledger

For each table or study, write one ledger row before drafting results:

ResultClaim it supportsRequired statisticPractical meaning
Main treatment or model estimateWhat marketing decision, mechanism, or theory point changes?Exact p-value, standard error, CI/effect sizeUnit change, percentage lift, WTP/profit/customer impact
Mediation/process resultWhich mechanism is supported and which rival is weaker?Indirect effect with CI; moderation where relevantWhy the process matters for managers or theory
Robustness / alternative modelWhich threat is reduced?Same reporting discipline as main resultWhether conclusion changes in magnitude or direction
Counterfactual / simulationWhat marketplace decision follows?Parameter uncertainty and sensitivityManagerial action implied by the estimate

If the practical-meaning column is empty, the result is not ready for a JMR results paragraph. JMR reviewers expect precision, but they also expect a marketing payoff.

Replication & robustness (AMA transparency policy)

  • Provide enough detail (in-text, Web Appendix, or online supplements) for a reasonably trained researcher to replicate; be ready to share code, instruments/stimuli, and materials on request, and to provide data/materials before final acceptance.
  • Put robustness — alternative specifications, subsamples, alternative measures, additional studies — in the 'W'-prefixed Web Appendix, keeping the print paper within 50 pages.

Execution bridge (StatsPAI / Stata MCP)

Run the battery, don't just enumerate it. Full map: execution-with-mcp. JMR mixes experiments, structural models, and quasi-experiments; the chain below serves the experimental and reduced-form lanes, while structural demand estimation uses its own toolkit.

  • 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

  • Reporting "p < .05" or asterisks instead of exact three-digit p-values.
  • Tables with no standard errors; significance without effect sizes.
  • Causal-steps (Baron-Kenny) mediation instead of bootstrapped indirect effects.
  • Ignoring clustering / non-independence; a weak or untested instrument.
  • A leading zero before the decimal, or more than three decimal places.
  • Results paragraphs that report significance but no practical magnitude or marketing interpretation.

Output format

[Target] JMR
[Genre] behavioral / modeling-econometric
[Estimator] matches design? SE clustering ...
[Exact stats] p three-digit / SEs / effect sizes: pass/fix
[AMA number style] no leading zero, <= 3 decimals: pass/fix
[Identification or process] diagnostics reported
[Result-to-claim ledger] claim + practical meaning complete
[Replication] Web Appendix + code/materials ready
[Next skill] jmr-contribution-framing

Resources

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.