Awesome-Agent-Skills-for-Empirical-Research statistics-skills

10 statistical analysis skills. Trigger: statistical tests, Bayesian analysis, hypothesis testing, sampling. Design: method guides covering assumptions, code, and result interpretation.

install
source · Clone the upstream repo
git clone https://github.com/brycewang-stanford/Awesome-Agent-Skills-for-Empirical-Research
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/brycewang-stanford/Awesome-Agent-Skills-for-Empirical-Research "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/43-wentorai-research-plugins/skills/analysis/statistics" ~/.claude/skills/brycewang-stanford-awesome-agent-skills-for-empirical-research-statistics-skills && rm -rf "$T"
manifest: skills/43-wentorai-research-plugins/skills/analysis/statistics/SKILL.md
source content

Statistical Analysis — 10 Skills

Select the skill matching the user's need, then

read
its SKILL.md.

SkillDescription
bayesian-statistics-guideBayesian inference methods including prior selection, MCMC, and model comparison
data-anomaly-detectionDetect anomalies and outliers in research data using statistical methods
hypothesis-testing-guideStatistical hypothesis testing, power analysis, and significance reporting
meta-analysis-guideConduct systematic meta-analyses with effect size pooling and heterogeneity
ml-experiment-trackerPlan reproducible ML experiment runs with parameters and metrics tracking
modeling-strategy-guideStrategic statistical modeling, experimentation, and causal inference
nonparametric-tests-guideApply Mann-Whitney, Kruskal-Wallis, and other nonparametric methods
power-analysis-guideSample size calculation and statistical power analysis guide
sem-guideStructural equation modeling with latent variables guide
survival-analysis-guideConduct Kaplan-Meier, Cox regression, and time-to-event analyses