research-statistics

Perform statistical tests and generate APA-formatted academic research reports.

Updated May 13, 2026
One-click install
npx skills add https://github.com/Mekann2904/mekann --skill research-statistics
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: research-statistics
Source: https://github.com/Mekann2904/mekann/tree/main/.pi/lib/skills/research-statistics
Command: npx skills add https://github.com/Mekann2904/mekann --skill research-statistics

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires statsmodels, pymc, scikit-survival, scipy, pandas, numpy, arviz, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines complex statistical analysis for researchers, from selecting the right test to generating APA-formatted reports, ensuring accuracy and reproducibility.

Core Features & Use Cases

  • Integrated Analysis: Combines frequentist, Bayesian, and survival analysis methods.
  • Guided Workflow: Provides step-by-step guidance for test selection, assumption checking, and reporting.
  • APA Reporting: Automatically formats statistical results according to APA guidelines.
  • Use Case: A researcher needs to analyze experimental data involving multiple groups and time points. This Skill can guide them through ANOVA, check assumptions, perform post-hoc tests, calculate effect sizes, and generate an APA-compliant results section.

Quick Start

Use the research-statistics skill to perform an independent samples t-test on two provided data series.

Frequently Asked Questions about research-statistics

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

FAQPage Schema
How do I perform an independent samples t-test and get APA formatted results?

To perform an independent samples t-test with APA reporting, you provide two data series to the analysis workflow. The system executes the test using statsmodels and automatically formats the statistical results into an APA-compliant output.

Can I run Bayesian hierarchical models using pymc for my research data?

Yes, you can run Bayesian hierarchical models using pymc. The system integrates MCMC sampling and provides arviz for diagnostics, allowing you to perform complex Bayesian inference on your research datasets.

What is the best way to conduct survival analysis with Cox and RSF models?

The best way to conduct survival analysis is by using the integrated suite which supports both Cox proportional hazards and Random Survival Forests (RSF). It leverages scikit-survival to process time-to-event data accurately.

How do I check statistical assumptions before running ANOVA?

You check statistical assumptions before running ANOVA by following the guided workflow. The system provides step-by-step assumption checking to ensure your data meets requirements before proceeding with frequentist tests.

Does this statistical analysis suite support time series and regression?

Yes, the statistical analysis suite supports time series and regression. It includes comprehensive frequentist methods powered by statsmodels and scipy, covering everything from basic regressions to complex time series forecasting.

Why do I need pandas and numpy for academic data analysis?

You need pandas and numpy for academic data analysis because they serve as the foundational dependencies for data manipulation. The system requires these libraries to structure your datasets before applying advanced statistical tests.