One-click install
npx skills add https://github.com/matheus-rech/meta-agent-mobile --skill heterogeneity-analysis
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: heterogeneity-analysis
Source: https://github.com/matheus-rech/meta-agent-mobile/tree/main/agentskills/heterogeneity-analysis
Command: npx skills add https://github.com/matheus-rech/meta-agent-mobile --skill heterogeneity-analysis

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Heterogeneity analysis helps researchers quantify and interpret variation in meta-analysis results, enabling better decisions about pooling and interpretation.

Core Features & Use Cases

  • Measures: I², Q statistic, tau², and prediction intervals to assess heterogeneity.
  • Implementation: R code snippets using metafor to compute heterogeneity statistics and generate visualizations.
  • Decision Framework: Guidance to decide when to pool, explore sources, or report a narrative synthesis based on heterogeneity levels.
  • Teaching & Communication: Clear explanations and Socratic prompts to teach heterogeneity concepts to learners.

Quick Start

Load your meta-analysis dataset (yi and sei) and run the provided R code to compute I², Q, tau², and the prediction interval to interpret heterogeneity.

Frequently Asked Questions about heterogeneity-analysis

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

FAQPage Schema
How do I assess heterogeneity in a meta-analysis using R?

Assess heterogeneity in a meta-analysis by loading your study data into R and computing the I², Q statistic, tau², and prediction intervals to quantify between-study variation. The Skill provides metafor package code snippets to execute these calculations.

What is the difference between I-squared, tau-squared, and the Q statistic?

I-squared, tau-squared, and the Q statistic are heterogeneity measures quantifying variation in meta-analysis results. The Q statistic tests for the presence of variation, tau-squared estimates the variance magnitude, and I-squared describes the proportion of total variation due to heterogeneity rather than chance.

When should I not pool study results in a meta-analysis due to heterogeneity?

You should not pool study results when heterogeneity is too high, instead exploring sources of variation via subgroup analyses or meta-regression. The Skill provides a decision framework to determine when to pool, investigate sources, or report a narrative synthesis based on heterogeneity levels.

Do I need the metafor package to calculate prediction intervals for my meta-analysis?

Yes, you need the metafor package in R to calculate prediction intervals and heterogeneity statistics as provided by this Skill. It requires an R environment with metafor installed to run the code snippets and generate visualizations.

How do I explore sources of variation in a meta-analysis?

Explore sources of variation in a meta-analysis by applying subgroup analyses or meta-regression to identify moderating variables. After quantifying between-study heterogeneity, this Skill guides you through investigating these sources to explain why study results differ.