This project provides a fully reproducible statistical analysis pipeline for investigating the global prevalence of inappropriate acid suppressing agent (ASA) use — including proton pump inhibitors (PPIs) and H2-receptor antagonists. Using theDocumentation Index
Fetch the complete documentation index at: https://mintlify.com/namakala/inappropriate-acid-suppressor-agent-use/llms.txt
Use this file to discover all available pages before exploring further.
targets framework in R, the pipeline orchestrates data cleaning, pooled meta-analysis, subgroup analyses, meta-regression, and publication bias assessment, culminating in an automated Quarto report.
Introduction
Understand the research context, study design, and key variables behind the meta-analysis.
Quickstart
Set up the environment and run the full analysis pipeline in minutes.
Pipeline Overview
Explore how the
targets pipeline orchestrates every step from raw data to final report.Analysis Methods
Learn the statistical methods: random-effects models, subgroup analyses, and meta-regression.
What this pipeline does
The analysis investigates how frequently acid suppressing agents are prescribed without appropriate clinical indication across global studies. Seven in ten prescriptions globally were found to be inappropriate, with substantial heterogeneity across settings, geographies, and guideline definitions.Pooled Prevalence
Random-effects meta-analysis using the Freeman-Tukey double arcsine transformation.
Subgroup Analysis
Stratified analyses by age, continent, clinical setting, study quality, and guideline use.
Meta-Regression
Univariable and multivariable models exploring sources of between-study heterogeneity.
Publication Bias
Copas selection model and Doi plots for sensitive publication bias assessment.
Getting started
Install prerequisites
Install R, Quarto, and optionally RStudio. Then install
tinytex for PDF rendering:After running
renv::restore(), restart your R session before proceeding to ensure all packages are loaded correctly.