bayesian-meta-analysis

Conduct Bayesian meta-analysis with priors and posterior inference in R tools.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Teaches Bayesian approaches to meta-analysis, enabling probabilistic inference, incorporation of prior knowledge, and intuitive interpretation of posterior results, especially in cases of sparse data or complex hierarchical structures.

Core Features & Use Cases

  • Bayesian vs Frequentist concepts and clear decision guidance
  • Prior specification strategies (non-informative, weakly informative, informative)
  • MCMC methods, convergence diagnostics, and posterior interpretation
  • Practical implementation guidance with brms, bayesmeta, JAGS, and Stan
  • Model comparison and sensitivity analysis for prior choices

Quick Start

Provide a simple Bayesian meta-analysis example using brms with a small dataset and priors.

Frequently Asked Questions about bayesian-meta-analysis

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

FAQPage Schema
How do I perform Bayesian meta-analysis with sparse data and prior knowledge?

Bayesian meta-analysis incorporates prior knowledge into probabilistic inference, making it ideal for sparse data. You can specify informative or weakly informative priors to stabilize estimates when data is limited, yielding intuitive posterior distributions for your effect sizes.

What is the best way to specify priors for a hierarchical meta-analysis model?

Prior specification strategies for hierarchical meta-analysis models include non-informative, weakly informative, and informative priors. Choosing the right priors allows you to encode domain knowledge appropriately, and conducting sensitivity analysis helps verify that your posterior results are robust to prior choices.

How do I run MCMC and check convergence diagnostics in brms or Stan?

MCMC execution and convergence diagnostics in brms or Stan involve sampling from the posterior distribution and inspecting trace plots, R-hat statistics, and effective sample sizes. Proper convergence ensures reliable posterior inference and accurate interpretation of your meta-analysis results.

When should I choose Bayesian meta-analysis over frequentist approaches?

Bayesian meta-analysis is preferred over frequentist approaches when dealing with sparse data, complex hierarchical structures, or when incorporating prior knowledge is necessary. It provides probabilistic inference and intuitive posterior interpretation, whereas frequentist methods rely on p-values and confidence intervals.

Does this Bayesian meta-analysis approach work with JAGS and bayesmeta?

Yes, practical implementation guidance covers R tools like brms, bayesmeta, JAGS, and Stan. This allows you to execute Bayesian meta-analysis, specify priors, and interpret posterior results within your preferred R-based probabilistic programming environment.

How do I compare multiple Bayesian meta-analysis models?

Model comparison and sensitivity analysis for prior choices allow you to evaluate multiple Bayesian meta-analysis models. By comparing model fit and assessing how different priors influence posterior results, you can select the most robust model for your inference.