research-expert

Guide research design, statistical analysis, and academic writing with Python.

Updated Feb 27, 2026
One-click install
npx skills add https://github.com/JonathanMitchell1234/Stock-Swing-Trading-Bot --skill research-expert-jonathanmitchell1234
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: research-expert
Source: https://github.com/JonathanMitchell1234/Stock-Swing-Trading-Bot/tree/main/.agents/skills/research-expert
Command: npx skills add https://github.com/JonathanMitchell1234/Stock-Swing-Trading-Bot --skill research-expert-jonathanmitchell1234

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires numpy, scipy, statsmodels, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides expert guidance and tools for designing rigorous research, performing accurate statistical analysis, and crafting high-quality academic writing.

Core Features & Use Cases

  • Experimental Design: Create robust study designs, including randomization and sample size calculations.
  • Statistical Analysis: Conduct descriptive statistics, hypothesis testing (t-tests, ANOVA), regression, and multiple testing corrections.
  • Academic Writing Support: Manage citations, generate bibliographies, and understand research best practices.
  • Use Case: A researcher needs to design an A/B test for a new feature, calculate the required sample size, and analyze the results using appropriate statistical methods.

Quick Start

Use the research-expert skill to calculate the sample size needed for a two-sample t-test with an effect size of 0.5 and 80% power.

Frequently Asked Questions about research-expert

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

FAQPage Schema
How do I calculate sample size for a two-sample t-test with 80% power?

To calculate sample size for a two-sample t-test, you specify the effect size and power level to determine the minimum observations required per group for accurate hypothesis testing.

How do I design an A/B test and analyze the statistical results?

Designing an A/B test requires randomization and sample size calculations, followed by analyzing the experimental data using hypothesis testing like t-tests or ANOVA to determine statistical significance.

Can I use numpy and scipy for regression analysis and multiple testing corrections?

Yes, you can use numpy, scipy, and statsmodels to perform regression analysis and apply multiple testing corrections, enabling accurate statistical computations and data manipulation within Python.

What is the best way to manage citations and generate bibliographies for academic writing?

The best way to manage citations and generate bibliographies involves using structured research best practices to organize references, ensuring your academic writing maintains rigorous formatting and attribution standards.

Does this methodology guidance support experimental design and descriptive statistics?

Yes, this methodology guidance supports experimental design by creating robust study layouts and computes descriptive statistics to summarize data, ensuring your research maintains rigorous analytical standards.

When should I use ANOVA instead of a t-test for hypothesis testing?

You should use ANOVA instead of a t-test for hypothesis testing when comparing means across three or more groups, preventing the inflated error rate that occurs with multiple pairwise t-tests.