Transformation Tools

The Transformation Tools section is a library of 22 conversion utilities that solve a practical meta-analysis problem: studies report results in different forms, and you must harmonise them to a common metric before pooling. Each tool takes the form a paper actually reports and returns the form your meta-analysis needs.


The six categories

#CategoryWhat it covers
1Summary StatisticsMedian to mean, SE to SD, CI to SD, variance to SD
2Effect SizesOR/RR/HR conversions, log transforms, CI to SE, risk difference
3CorrelationsCorrelation to Fisher's z, Cohen's d to correlation
4Standardised Mean DifferencesCohen's d to Hedges' g, Glass's delta to Cohen's d
5Diagnostic TestsSensitivity/Specificity to logit, DOR to log DOR
62x2 TablesOR/RR + marginals to 2x2 table reconstruction

Summary Statistics conversions

ToolWhat it does
Median to Mean + SDEstimates mean and SD from median and IQR (or median, min, max)
Standard Error to Standard DeviationConverts using SD = SE * sqrt(n)
Confidence Interval to SDRecovers SD from 95% CI and sample size
Variance to Standard DeviationBidirectional (SD = sqrt(variance))

Effect-size conversions

ToolWhat it does
Odds Ratio to Risk RatioConverts OR to RR (requires baseline event rate)
Odds Ratio to Log ORBidirectional between OR and ln(OR)
OR CI to SERecovers SE of OR from its 95% CI
Risk Ratio to Log RRBidirectional between RR and ln(RR)
RR CI to SERecovers SE of RR from its 95% CI
Hazard Ratio to Log HRBidirectional between HR and ln(HR)
HR CI to SERecovers SE of HR from its 95% CI
Hazard Ratio to Risk RatioApproximate conversion between HR and RR
Odds Ratio to Risk DifferenceConvert OR to RD given baseline risk
Risk Ratio to Risk DifferenceConvert RR to RD given baseline risk

The log conversions and CI-to-SE conversions produce the inputs the meta-analysis engine needs when papers only report effects with CIs.


Correlation conversions

ToolWhat it does
Correlation to Fisher's zz = 0.5 * ln((1+r)/(1-r)), stabilises variance before pooling
Cohen's d to CorrelationConvert between SMD and point-biserial correlation

Standardised Mean Difference conversions

ToolWhat it does
Cohen's d to Hedges' gApply/remove Hedges' small-sample correction J
Glass's delta to Cohen's dConvert between Glass's delta (one group SD) and Cohen's d (pooled SD)

Diagnostic Test conversions

ToolWhat it does
Sensitivity/Specificity to LogitFor bivariate diagnostic meta-analysis
Diagnostic OR to Log DORConvert between DOR and ln(DOR)

2x2 Table reconstructions

ToolWhat it does
OR + marginals to 2x2 TableReconstruct four cells from reported OR plus marginals
RR + marginals to 2x2 TableReconstruct cells from reported RR plus marginals

Useful when papers report OR/RR with CI but not actual cell counts.


Typical preparation flow

Median + IQR           -> Median to Mean + SD         -> ready for MD/SMD
OR + 95% CI            -> OR CI to SE                 -> ready for OR pooling
OR + baseline risk     -> OR to RR                    -> pool on RR scale
Correlation r          -> Correlation to Fisher's z   -> ready for correlation pooling
Cohen's d              -> Cohen's d to Hedges' g      -> ready for SMD pooling
OR + marginals         -> OR + marginals to 2x2 Table -> recovers cells

Take what the paper reports, transform to what the engine needs, then plug into Main Analysis, Subgroup Analysis, Meta Regression, or Network Meta-Analysis.


Reproducibility

Using named conversion tools and citing the conversion alongside the source study makes preparation transparent and replicable. The conversion used is documented, inputs/outputs are recorded, and a second reviewer can reproduce the same intermediate values.