Statistical Analysis
技能 已验证 活跃Guided statistical analysis with test selection and reporting. Use when you need help choosing appropriate tests for your data, assumption checking, power analysis, and APA-formatted results. Best for academic research reporting, test selection guidance. For implementing specific models programmatically use statsmodels.
To assist users in conducting rigorous statistical analyses, choosing appropriate tests, verifying assumptions, and generating professional reports for academic and research purposes.
功能
- Guided statistical test selection
- Automated assumption checking
- Support for hypothesis testing (t-tests, ANOVA, chi-square, regression, Bayesian)
- Effect size calculation and interpretation
- Power analysis for study planning
- APA-formatted statistical reporting
使用场景
- Choosing appropriate statistical tests for experimental or observational data
- Checking and addressing violations of statistical assumptions
- Performing hypothesis tests and regression analyses
- Generating publication-quality statistical reports in APA format
- Planning study sample sizes with power analysis
非目标
- Programmatic implementation of specific statistical models using libraries like statsmodels
- Generating complex custom visualizations beyond standard diagnostic plots
- Replacing dedicated statistical software for highly specialized or niche analyses
工作流
- Select a statistical test based on research question and data
- Check statistical assumptions (normality, homogeneity of variance, etc.)
- Run the appropriate statistical analysis
- Calculate effect sizes and confidence intervals
- Generate APA-style reports and visualizations
实践
- Statistical best practices
- Research methodology
- Data analysis
- Academic reporting
先决条件
- Python 3.11+ (3.12+ recommended)
- uv (Python package manager)
- Agent supporting Agent Skills standard
- macOS, Linux, or Windows with WSL2
Execution
- info:Pinned dependenciesWhile the repository utilizes `uv` for dependency management, specific pinning details for each skill's dependencies aren't explicitly detailed in the SKILL.md, relying on standard package management practices.
安装
npx skills add K-Dense-AI/claude-scientific-skills通过 npx 运行 Vercel skills CLI(skills.sh)— 需要本地安装 Node.js,以及至少一个兼容 skills 的智能体(Claude Code、Cursor、Codex 等)。前提是仓库遵循 agentskills.io 格式。
质量评分
已验证类似扩展
Fit Drift Diffusion Model
100Fit cognitive drift-diffusion models (Ratcliff DDM) to reaction time and accuracy data with parameter estimation (drift rate, boundary separation, non-decision time), model comparison, and parameter recovery validation. Use when modeling binary decision-making with reaction time data, estimating cognitive parameters from experimental data, comparing sequential sampling model variants, or decomposing speed-accuracy tradeoff effects into latent cognitive components.
Researchers Journalism
100Researches investigative articles, interviews, and news coverage. Use when research needs journalistic sources for cross-referencing or additional context.
Experiment Designer
99Use when planning product experiments, writing testable hypotheses, estimating sample size, prioritizing tests, or interpreting A/B outcomes with practical statistical rigor.
Statistical Analyst
99Run hypothesis tests, analyze A/B experiment results, calculate sample sizes, and interpret statistical significance with effect sizes. Use when you need to validate whether observed differences are real, size an experiment correctly before launch, or interpret test results with confidence.
Generate Statistical Tables
99Generate publication-ready statistical tables using gt, kableExtra, or flextable. Covers descriptive statistics, regression results, ANOVA tables, correlation matrices, and APA formatting. Use when creating descriptive statistics tables, formatting regression or ANOVA output, building correlation matrices, producing APA-style tables for academic papers, or generating tables for Quarto and R Markdown documents.
Alterlab Statistical Analysis
98Part of the AlterLab Academic Skills suite. Guided statistical analysis with test selection and reporting. Use when you need help choosing appropriate tests for your data, assumption checking, power analysis, and APA-formatted results. Best for academic research reporting, test selection guidance. For implementing specific models programmatically use statsmodels.