statistical-analysis

statistical-analysis is a skill for Claude Code, Codex from mizukaizen/hive-doctrine-mcp. It costs 0 tokens per session (683 once invoked), scanned A, original, MIT.

A guide for running statistical analyses, checking whether the data meet the test’s requirements, and reporting results in APA style. APA style is a commonly used format for presenting research findings.

In plain words
What is it for?
Analysing datasets, testing hypotheses, checking normality or equal variance, and reporting statistical results.
Why use it?
It helps choose a suitable statistical test and reduces the risk of reporting results without checking key assumptions.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Analysing datasets, testing hypotheses, checking normality or equal variance, and reporting statistical results.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/mizukaizen/hive-doctrine-mcp/statistical-analysis
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add mizukaizen/hive-doctrine-mcp --skill statistical-analysis
Clone the repo
git clone --depth 1 https://github.com/mizukaizen/hive-doctrine-mcp

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for statistical-analysis

README.md
[![agentmods](https://agentmods.dev/badge/skills/mizukaizen/hive-doctrine-mcp/statistical-analysis/github.svg)](https://agentmods.dev/skills/mizukaizen/hive-doctrine-mcp/statistical-analysis)
Your own site
<a href="https://agentmods.dev/skills/mizukaizen/hive-doctrine-mcp/statistical-analysis"><img src="https://agentmods.dev/badge/skills/mizukaizen/hive-doctrine-mcp/statistical-analysis/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for statistical-analysis

Your own site · 80×15
<a href="https://agentmods.dev/skills/mizukaizen/hive-doctrine-mcp/statistical-analysis"><img src="https://agentmods.dev/badge/skills/mizukaizen/hive-doctrine-mcp/statistical-analysis.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 683 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00000 $0.00683
Opus 5 $0.00000 $0.00342
Sonnet 5 $0.00000 $0.00137
Haiku 4.5 $0.00000 $0.00068

Measured 9d ago against content hash 372d58b62c2f, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

statistical-analysis scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

gated-products/honey/claude-packages/HD-4006-research-team/skills/statistical-analysis/SKILL.md · 69 lines

How it starts

The opening of the file, as written. The whole thing — 69 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Statistical Analysis Skill

Use when running statistical analyses. Validates assumptions, runs tests, produces APA-formatted results.

When to Activate

  • User asks to "analyse data", "run a test", or "check significance"
  • The /analyse command is invoked
  • User provides a dataset and a hypothesis

Process

  1. Identify the appropriate test. Based on:

    • Number of groups/conditions (2 vs 3+)
    • Type of variables (continuous, categorical, ordinal)
    • Design (between-subjects, within-subjects, mixed)
    • Sample size (parametric vs non-parametric)
    • Independence of observations

    Common mappings:

    Question Test
    Two group means Independent t-test (or Mann-Whitney U)
    Paired means Paired t-test (or Wilcoxon)
    3+ group means One-way ANOVA (or Kruskal-Wallis)
    Relationship between continuous vars Pearson r (or Spearman rho)
    Predicting from multiple vars Multiple regression
    Categorical association Chi-square test
  2. Check assumptions. For each test, verify:

    • Normality — Shapiro-Wilk test, Q-Q plot description, skewness/kurtosis values
    • Homogeneity of variance — Levene's test
    • Independence — Design-based assessment
    • Linearity — Scatterplot inspection for correlations/regression
    • No multicollinearity — VIF values for regression
  3. Run the analysis. Execute the test and capture:

    • Test statistic and degrees of freedom
    • Exact p-value (to 3 decimal places, or "< .001")
    • Effect size with confidence interval
    • Sample sizes per group
  4. Format results in APA style.

    Examples:

    • "An independent samples t-test revealed a significant difference between groups, t(48) = 2.34, p = .023, d = 0.67, 95% CI [0.09, 1.24]."
    • "There was no significant correlation between X and Y, r(98) = .12, p = .231, 95% CI [-.08, .31]."
  5. Sensitivity check. Run at least one robustness check:

    • Non-parametric equivalent if assumptions are marginal
    • Analysis with and without outliers
    • Alternative operationalisation of key variables (if available)

Read the full file on GitHub · 69 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 69 lines · 0 tokens per session scan A 372d58b62c2f

Subscribe to this mod's changes

statistical-analysis is a skill published in the GitHub repository mizukaizen/hive-doctrine-mcp (0 stars, last pushed 2mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 683 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

paper-search

Search, download, and read academic papers from 20+ sources (arXiv, PubMed, Semantic Scholar, CrossRef, etc). Use when the user asks to find papers, search for research, look up academic literature, download a paper PDF, or extract text from a paper.

openags/paper-search-mcp · 62 tokens

relax-dev-debug

Develop and debug the Relax reinforcement learning project. Use this skill whenever modifying code in the relax/ directory, or running remote training jobs on a Ray cluster for validation. Also use it when the user mentions training, debugging training runs, submitting Ray jobs, or fixing training errors.

redai-infra/Relax · 60 tokens

onescience-modelscope-publish

A tool for preparing a reproduced research model for ModelScope, a platform for sharing machine-learning models. It organizes files into the platform’s expected directory structure and creates upload guidance.

onescience-ai/OneSkills · 81 tokens

onescience-research-workflow

A research-workflow planning skill for OneScience, a system that coordinates scientific computing tasks. It creates detailed plans for fields such as weather, biology, materials, and fluid simulations, including steps, dependencies, resources, checks, and fallback paths.

onescience-ai/OneSkills · 70 tokens

onescience-trainer

A workflow for planning, creating, running, and checking machine-learning model training. It covers data splits, loss functions, optimizers, learning-rate schedules, evaluation, checkpoints, logs, and runtime needs.

onescience-ai/OneSkills · 147 tokens

onescience-primitive-distiller

A workflow for turning research tools, databases, services, datasets, output formats, or documented workflows into standard building blocks for a scientific agent system. It decides whether each building block should be a resource, expert, or executor based on how stable and complex its use is.

onescience-ai/OneSkills · 76 tokens