data-stats-analysis

Perform statistical tests and corrections locally using SciPy and StatsModels.

32|5|Updated Mar 12, 2026
One-click install
npx skills add https://github.com/omicverse/omicclaw --skill data-stats-analysis-omicverse
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: data-stats-analysis
Source: https://github.com/omicverse/omicclaw/tree/main/src/omicverse_skills/skills/data-stats-analysis
Command: npx skills add https://github.com/omicverse/omicclaw --skill data-stats-analysis-omicverse

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Analyze data by performing standard statistical tests and corrections locally using SciPy and StatsModels.

Core Features & Use Cases

  • Two-sample t-tests, ANOVA, correlation analyses, and multiple testing corrections using established libraries.
  • Normality checks and non-parametric tests (Shapiro, Mann-Whitney, Kruskal-Wallis) with practical interpretation guidance.
  • End-to-end workflow from data input to p-values, test statistics, confidence intervals, and FDR-adjusted q-values.

Quick Start

Supply your dataset and specify the statistical tests to run, and the skill will execute the analyses locally.

Frequently Asked Questions about data-stats-analysis

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run hypothesis testing and calculate p-values locally using SciPy?

Run hypothesis testing locally by supplying your dataset to execute standard statistical tests using SciPy and StatsModels, which outputs test statistics, p-values, and confidence intervals for your analyses.

What's the best way to perform multiple testing corrections on p-values in Python?

Perform multiple testing corrections by applying established library functions to your p-values, generating FDR-adjusted q-values to control false discovery rates across varying dataset sizes.

Can I use StatsModels for non-parametric tests like Mann-Whitney and Kruskal-Wallis?

Yes, you can use this approach for non-parametric tests including Shapiro, Mann-Whitney, and Kruskal-Wallis, providing practical interpretation guidance alongside the standard test outputs.

Does this approach support two-sample t-tests and ANOVA for group comparisons?

Yes, this approach supports two-sample t-tests and ANOVA for group comparisons, executing analyses locally to deliver test statistics, confidence intervals, and adjusted q-values.

Do I need to install any external dependencies to run statistical analyses with this method?

You need a Python environment with SciPy and StatsModels installed; no other external dependencies are required to execute the statistical tests and corrections locally.