meta-analysis

Synthesize effect sizes across studies with meta-analysis models.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/astoreyai/ai_scientist --skill meta-analysis
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: meta-analysis
Source: https://github.com/astoreyai/ai_scientist/tree/main/skills/meta-analysis
Command: npx skills add https://github.com/astoreyai/ai_scientist --skill meta-analysis

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables combining effect sizes across multiple studies to produce a pooled estimate and assess heterogeneity.

Core Features & Use Cases

  • Effect Size Synthesis: Convert study results to a common metric (d, OR, RR).
  • Model Selection: Choose fixed-effects or random-effects models.
  • Heterogeneity & Bias: Assess I² and publication bias.

Quick Start

Pool 10 studies reporting standardized mean differences to produce a summary effect with 95% CI.

Frequently Asked Questions about meta-analysis

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

FAQPage Schema
How do I combine effect sizes from multiple studies into a single summary estimate?▼

Meta-analysis pools effect sizes across studies using inverse-variance weighting to produce a summary effect with 95% confidence interval. Convert study results to common metrics like Cohen's d or odds ratio, calculate standard errors, select a model (fixed or random-effects), and report the pooled estimate along with heterogeneity metrics (I², Q).

What's the difference between fixed-effect and random-effects models in meta-analysis?▼

Fixed-effect models assume all studies estimate the same true effect and weight by inverse variance alone. Random-effects models account for between-study heterogeneity by adding a variance component, producing wider confidence intervals and more conservative estimates when studies vary substantially.

How do I assess publication bias in a meta-analysis?▼

Publication bias occurs when small, non-significant studies go unpublished. Evaluate it using funnel plots (scatter of effect size vs. precision) and Egger's test (regression asymmetry test). Asymmetry suggests bias; trim-and-fill methods can estimate the adjusted pooled effect after accounting for missing studies.

Can I use meta-analysis for systematic reviews across different study types?▼

Yes. Meta-analysis synthesizes evidence across clinical trials, behavioral studies, and social science research by converting diverse outcomes to common effect size metrics. Standardize results (e.g., d, odds ratio, risk ratio) with standard errors, then pool within homogeneous subgroups or explore sources of variation via meta-regression.

What does heterogeneity mean and why does it matter in meta-analysis?▼

Heterogeneity is variation in effect sizes across studies beyond chance. Quantify it with I² (percentage of variance due to heterogeneity) and Q statistic (chi-square test). High heterogeneity signals true differences between studies; use random-effects models and subgroup or meta-regression analysis to explore sources.

What input data do I need to perform meta-analysis?▼

Extract effect sizes and standard errors from each study: means and standard deviations for standardized differences, or event counts and sample sizes for odds and risk ratios. Organize as study-level data with outcomes, sample sizes, and study characteristics needed for subgroup and meta-regression analyses.