hypothesis-test

Guide statistical hypothesis test selection and interpretation with decision-tree logic.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/astoreyai/ai_scientist --skill hypothesis-test
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hypothesis-test
Source: https://github.com/astoreyai/ai_scientist/tree/main/skills/hypothesis-test
Command: npx skills add https://github.com/astoreyai/ai_scientist --skill hypothesis-test

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill guides selecting appropriate statistical hypothesis tests and interpreting results with correct nuance.

Core Features & Use Cases

  • Test Selection: Decision tree for one, two, and multi-variable scenarios.
  • Assumption Checks: Normality, variance homogeneity, independence guidance.
  • Reporting Guidance: How to present test statistics, dfs, p-values, and effect sizes.

Quick Start

Determine whether to use a paired t-test or a two-sample t-test for pre-post measurements.

Frequently Asked Questions about hypothesis-test

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

FAQPage Schema
How do I choose the right statistical test for my research data?

Hypothesis testing requires matching your test to your data structure and research question. This Skill uses decision-tree logic to guide you through test selection for one, two, or multiple variables, accounting for your sample size, variable types, and study design to recommend the appropriate t-test, ANOVA, or regression approach.

What assumptions do I need to verify before running a t-test or ANOVA?

Statistical tests depend on assumptions like normality, homogeneity of variance, and independence of observations. This Skill provides structured guidance to check these assumptions, helps you interpret assumption-violation tests, and recommends alternative tests or transformations when assumptions fail.

How do I interpret p-values and effect sizes from regression or ANOVA results?

P-values and effect sizes tell different stories about your data. This Skill explains how to report test statistics, degrees of freedom, p-values, and confidence intervals for effect sizes correctly, ensuring your conclusions match your results and avoiding common misinterpretations of statistical significance.

Can I use a paired t-test for before-and-after measurements?

A paired t-test compares measurements from the same subjects at different times when observations are dependent. This Skill's decision tree identifies when paired designs apply versus independent-sample scenarios, and verifies the independence and normality assumptions required for valid results.

What should I do if my data violates test assumptions?

Assumption violations require different responses depending on severity and test type. This Skill guides you through resolving violations via data transformation, non-parametric alternatives, or robust test variants, and shows how to report when assumptions cannot be met.

How do I report statistical test results for a research paper or report?

Standardized reporting includes test statistic, degrees of freedom, p-value, effect size with confidence interval, and descriptive statistics. This Skill provides reporting guidance to present results with the precision and clarity required by your field's conventions.