Introduction
Transparent reporting of Bayesian meta-analyses enables readers to evaluate the appropriateness of modelling choices, assess robustness, and reproduce results. This checklist covers the minimum reporting requirements for a bayesma analysis intended for publication.
The checklist is structured to follow the order in which items typically appear in a methods or results section.
Checklist
Data and eligibility
Effect size computation
Model specification
MCMC settings
Convergence diagnostics
Primary results
Publication bias assessment
Sensitivity analysis
Heterogeneity interpretation
Subgroup and moderation analysis
Software citation
Automated report generation
bayesma can produce a fully formatted publication report with all key results, plots, and tables via bayesma_report(). See report-generation.qmd for the full workflow.
bayesma_report(
fit,
output_file = "meta_analysis_report.qmd",
title = "Bayesian meta-analysis of ...",
author = "Author Name"
)GRADE assessment
The GRADE framework (Grading of Recommendations Assessment, Development and Evaluation) assesses the overall certainty of the evidence. Key domains affected by modelling choices:
- Inconsistency: assessed via and the prediction interval.
- Publication bias: assessed via selection models and Egger’s test.
- Imprecision: assessed via the width of the 95% credible interval.
Certainty ratings should be applied after bias assessment and sensitivity analysis, not before.
