Individual Participant Data Meta-Analysis in R
Overview
Individual participant data (IPD) meta-analysis methods for synthesizing patient-level data across studies. Covers one-stage and two-stage approaches, mixed-effects models, combining IPD with aggregate data, treatment-covariate interactions, and handling missing data in multi-study settings.
Two-Stage IPD Meta-Analysis
Stage 1: Study-Level Analysis
library(dplyr)
library(purrr)
library(broom)
# IPD from multiple studi
[Description truncada. Veja o README completo no GitHub.]