agentsclimarketplace

Analyze quantitative data

Skill qiaomiaojoe/ai-academic-workflow/skills/analyze-quantitative-data

AI学术工作流 · 乔淼PhD「AI学术训练营」skills 库:选题 / 文献搜索 / 文献分析 / 研究设计 / 数据分析 / 全文初稿,30 个 skills 拆到步骤颗粒度,单个可独立运行、可自由组合(Claude Code / Codex)

Install
npx -y skills add qiaomiaojoe/ai-academic-workflow --skill analyze-quantitative-data

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

2 things to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
  • 5 stars5 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Use when analyzing quantitative social science data following Neuman's Social Research Methods Ch 12 — codebook creation, data cleaning, univariate descriptive statistics, bivariate association, multivariate analysis (elaboration paradigm + multiple regression), and inferential statistics (significance testing, Type I/II errors). Trigger on requests like "analyze this survey data", "run regression on X", "check bivariate relationship between A and B", "what does this codebook need", "interpret these statistics", "我要做定量分析", "帮我跑回归", "分析这份调查数据".

SKILL.md

4.6 KB, as published. Nobody here has run it

Analyze Quantitative Data · Neuman Ch 12 Workflow

This skill guides users through systematic quantitative data analysis based on W. Lawrence Neuman, Social Research Methods: Qualitative and Quantitative Approaches, 7e, Chapter 12 (p.393-430).

The chapter's procedure is decomposed into 7 sequential steps, each with a dedicated prompt template that enforces methodological rigor.

When to invoke

Invoke this skill when the user:

  • Has a survey, experiment, or numerical dataset to analyze
  • Asks "how do I analyze X?" with quantitative data
  • Wants to run a regression, t-test, ANOVA, chi-square
  • Needs to interpret statistical output
  • Is preparing a Methods or Results section for a quantitative paper

Do not invoke for:

  • Pure data engineering / ETL (no analysis intent)
  • Machine learning prediction (different methodology)
  • Qualitative analysis (use analyze-qualitative-data instead)

The 7-step procedure (Neuman Ch 12)

#StepPrompt fileNeuman pages
1Build codebookprompts/01-codebook.md393-394
2Clean data (wild code + contingency)prompts/02-clean-data.md397
3Univariate analysis (frequency, central tendency, variation)prompts/03-univariate.md397-403
4Bivariate analysis (scattergram, percentaged tables, association measures)prompts/04-bivariate.md403-416
5Multivariate elaboration (5 patterns)prompts/05-multivariate-elaboration.md417-420
6Multiple regressionprompts/06-multivariate-regression.md420-422
7Inferential statisticsprompts/07-inferential.md422-426

How to use

Sequential mode (full study, beginner)

Walk through 1 → 2 → 3 → 4 → 6 → 7 in order. Step 5 (elaboration) only if user wants to test for spurious relationships before regression.

Targeted mode (specific question)

Jump directly to the relevant step. Common patterns:

  • "I need to interpret a regression" → step 6 → 7
  • "Is my X-Y relationship spurious?" → step 5
  • "Just describe my variables" → step 3

Audit mode (review existing analysis)

Run user's analysis through steps 2 → 3 → 4 to check for missed cleaning, lurking distributional issues, or wrong-level association measures.

Cross-cutting principles (apply at every step)

  1. Don't assume — ask back. If variable types or research question are unclear, request clarification before generating code.

  2. Measurement level determines tool. Wrong level (e.g., Pearson r on ordinal data) is the most common silent error. Reject and re-prompt.

  3. Report sample size N at every output. Listwise deletion shrinks N silently; always disclose.

  4. Effect size before p-value. Statistical significance can be trivial in large samples; substantive significance is the user's judgment.

  5. Surface uncertainty. When AI is unsure (e.g., whether a missing pattern is random), say so explicitly and propose ways for user to verify.

What this skill does NOT do

  • Decide research questions or hypotheses — that's research design (Neuman Ch 6)
  • Choose methodology — handled in earlier course content
  • Verify causal identification — Mill's methods or experimental design needed
  • Replace methodological consultation — for complex designs (mediation, SEM, multilevel models, IV/DID/RDD), recommend the user find a domain expert after steps 1-5 to verify key judgments

Required outputs at each step

Every step's prompt enforces:

  • Sample size N (with listwise deletion accounting)
  • Variable measurement levels (validated against statistical choice)
  • Suspect patterns flagged (collinearity, outliers, severe skew, near-zero variance, etc.)
  • Code reproducible by the user (no placeholders, runnable)
  • Plain-language interpretation alongside numerical output

Companion skill

For mixed-methods projects, see analyze-qualitative-data (Neuman Ch 14).

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.