statistical-analysis
This skill provides a structured five-step pipeline for delivering publication-ready statistical analyses. It guides you through data auditing, assumption validation, test execution with effect sizes, interpretation, and client-ready reporting in APA format across SPSS, R, and Python.
Statistical Analysis runs a complete pipeline covering data auditing, assumption checks, hypothesis testing with effect sizes, and APA-formatted reporting.
AI-generated summary based on this skill's SKILL.md
Decision gist · record as of 2026-07-27
Statistical Analysis runs a complete pipeline covering data auditing, assumption checks, hypothesis testing with effect sizes, and APA-formatted reporting. This skill provides a structured five-step pipeline for delivering publication-ready statistical analyses. It guides you through data auditing, assumption validation, test execution with effect sizes, interpretation, and client-ready reporting in APA format across SPSS, R, and Python.
Use it when
- statistical-analysis provides templates and guidance for generating client-ready statistical reports that comply with APA formatting.
- Yes.
Verify before relying
Read SKILL.md below before installing (1 file). Open directory: indexed for reading, not audited.
Install
winstonkoh87/Athena-Public/statistical-analysis · repository language: Python
Open directory. Skills are indexed for reading, not audited. Review a skill's body before installing it.
Frequently asked questions
AI-generated answers based on this skill's SKILL.md and metadata
How do I check assumptions before running statistical tests?
statistical-analysis guides you through assumption validation as a critical second step in its five-step pipeline. Before executing any test, the skill walks you through checking normality (Shapiro-Wilk test), homogeneity of variance (Levene's test), multicollinearity (VIF in regression), and independence assumptions specific to your chosen test. This structured approach prevents invalid conclusions and ensures your results are defensible.
What does statistical-analysis include for APA format reporting?
statistical-analysis provides templates and guidance for generating client-ready statistical reports that comply with APA formatting standards. The skill ensures your deliverables include effect sizes, confidence intervals, test statistics, p-values, and plain-language interpretations—all structured to meet publication and professional presentation requirements across SPSS, R, and Python outputs.
Can statistical-analysis help with Cronbach's alpha reliability analysis?
Yes. statistical-analysis covers reliability testing including Cronbach's alpha as part of its comprehensive pipeline. The skill guides you through calculating internal consistency, interpreting alpha coefficients, and reporting reliability findings in client-ready format. This is essential for validating survey instruments before proceeding to main analyses.
How does statistical-analysis handle survey data quality and missing data?
statistical-analysis begins with data auditing as its first step, including assessment of missing data patterns (MCAR, MAR, MNAR), outlier detection using z-score methods, and data quality checks. This foundation ensures your survey data is clean and ready for statistical testing, preventing downstream analysis errors and supporting defensible conclusions.
What statistical tests and effect sizes does statistical-analysis cover?
statistical-analysis provides a complete pipeline covering correlation analysis, t-tests with effect size calculation, ANOVA with assumption checking, chi-square tests for independence, and multiple regression with multicollinearity diagnostics (VIF, Durbin-Watson). Each test includes effect size reporting and interpretation guidance aligned with APA standards.
Is statistical-analysis available for SPSS, R, and Python?
Yes. statistical-analysis delivers its five-step structured pipeline across SPSS, R, and Python, so you can execute the same rigorous workflow in your preferred platform. The skill ensures consistent assumption checking, effect size calculation, and APA-compliant reporting regardless of which statistical software you use.
SKILL.md
Rendered from the published skill. Quoted content, verbatim.
Statistical Analysis Skill
> Purpose: Structured pipeline for statistical analysis deliverables. Prevents assumption violations, missed effect sizes, and uninterpretable output. > Origin: Created ahead of a client SPSS assignment. No protocol coverage existed for this domain.
The 5-Step Pipeline
Step 1: DATA AUDIT
- Load dataset (CSV, SPSS .sav, Excel)
- Profile: N, variable types (nominal/ordinal/interval/ratio), missing data %, outliers
- Check for:
- Missing data pattern (MCAR/MAR/MNAR) — Little's MCAR test if available
- Outliers (z-score > 3 or IQR
(truncated - see the full file via the links below)
File tree — 1 file
examples/skills/research/statistical-analysis/SKILL.md
Let your AI agent find skills like this
Example. Real query, live index.
You found this page by searching. An agent finds it by wishing: SkillFed indexes 56,283 agent skills by what they can do, searchable in plain language.
wish › “Run a complete statistical analysis pipeline with assumption checks and APA-compliant reporting”
Give your agent the search over MCP, or paste the wish link into any chat. No install? Search from any chat →
Related skills
Statistical Analysis guides you through test selection, assumption verification, and effect size reporting for academic research. It covers frequentist methods like t-tests, ANOVA, and regression alongside Bayesian approaches, with specialized workflows for survival analysis, count models, and reliability assessment.
Conduct rigorous statistical tests—t-tests, ANOVA, chi-square, correlation, regression, and Bayesian methods—with systematic assumption verification and effect size reporting. The skill walks you through test selection, data inspection, assumption diagnostics, and APA-style write-ups so your analysis withstands peer review.
Pywayne Statistics provides a unified library for statistical hypothesis testing across normality assessment, group comparisons, correlation analysis, time series validation, and regression diagnostics. Each test returns consistent result objects with p-values, confidence intervals, and effect sizes, making it straightforward to validate data assumptions and detect significant effects in A/B tests and observational studies.
Analyze financial return series with descriptive statistics, normality tests, and covariance estimation. Run CAPM regressions with significance testing, apply Ledoit-Wolf shrinkage for stable portfolio optimization, and bootstrap confidence intervals for statistics without clean analytical solutions.
Statsmodels provides classical statistical modeling with rigorous inference for Python, covering linear regression, generalized linear models, discrete choice analysis, and time series forecasting. It emphasizes coefficient interpretation, hypothesis testing, and model diagnostics rather than prediction optimization. Use this skill when you need detailed statistical inference, confidence intervals, and assumption validation.
Statistical Analysis guides researchers through rigorous interpretation of cardiology trial data, from selecting appropriate statistical tests to reporting effect sizes and confidence intervals. It covers test selection for different data types, explains p-values and their limits, and provides APA-style reporting templates with real trial examples.