statistical-reporting
Installation
SKILL.md
Statistical Reporting Best Practice
Test Selection Quick Reference
- Comparing two groups (independent, normal): Independent t-test
- Comparing two groups (independent, non-normal): Mann-Whitney U test
- Comparing two groups (paired, normal): Paired t-test
- Comparing two groups (paired, non-normal): Wilcoxon signed-rank test
- Comparing 3+ groups (independent, normal): One-way ANOVA + post-hoc
- Comparing 3+ groups (non-normal): Kruskal-Wallis test
- Relationship between continuous variables: Pearson or Spearman correlation
- Categorical outcomes: Chi-square or Fisher's exact test
- Predicting continuous outcome: Linear regression
- Predicting binary outcome: Logistic regression
Assumption Checking
- Normality: Shapiro-Wilk test (n < 50) or visual Q-Q plots
- Homogeneity of variance: Levene's test before t-tests and ANOVA
- Independence: Verify study design ensures independent observations
- Linearity: Scatter plots and residual plots for regression
Related skills
More from aiming-lab/autoresearchclaw
scientific-writing
Academic manuscript writing with IMRAD structure, citation formatting, and reporting guidelines. Use when drafting or revising research papers.
13scientific-visualization
Publication-ready scientific figure design with matplotlib and seaborn. Use when creating journal submission figures with proper formatting, accessibility, and statistical annotations.
12literature-search
Systematic literature review methodology including search strategy, screening, and synthesis. Use when conducting literature reviews or writing background sections.
12hypothesis-formulation
Structured scientific hypothesis generation from observations. Use when formulating testable hypotheses, competing explanations, or experimental predictions.
10a-evolve
>
9researchclaw
Run the ResearchClaw autonomous research pipeline from a topic, config, and output directory.
9