What problem does it solve?
Combining results from multiple studies into one pooled estimate is error-prone: ratio measures must be log-transformed, standard errors must be derived from confidence intervals, and heterogeneity must be quantified before trusting the pooled number. This Skill handles the full evidence-synthesis workflow so systematic reviews and multi-cohort analyses produce a defensible pooled estimate.
Core Features & Use Cases
- Effect-size conversion: Converts OR/RR/HR with CIs, regression betas, two-group means (Hedges' g), proportions, and correlations (Fisher z) into the (effect, SE) pairs the pooling step needs.
- Fixed- and random-effects pooling: Runs DerSimonian-Laird random-effects or fixed-effects models via MetaAnalysis_run or the bundled Python script, returning pooled estimates, CIs, p-values, and per-study weights.
- Heterogeneity assessment and forest plots: Reports Q, I-squared, and tau-squared with interpretation guidance, and prints a text forest plot with per-study weights and the pooled diamond.
- Use Case: You have odds ratios with 95% CIs from three cohorts studying the same exposure. Feed them to the helper script as a CSV and get a pooled OR back-transformed to the ratio scale, plus I-squared and a forest plot for your systematic review.
Quick Start
Ask the AI to pool the effect sizes from your extracted studies into a single random-effects meta-analysis estimate with heterogeneity statistics and a forest plot.