This repository contains the code files for the paper: Evaluating the potential of acupuncture for Alzheimer’s disease treatment: A meta-analysis and systematic review of mouse model studies
Before running the .Rmd file, ensure you have the following libraries installed:
install.packages(c("meta", "metafor", "metasens", "dplyr", "readxl", "ggplot2", "netmeta", "igraph", "dmetar", "Cairo"))The RMarkdown files for each outcome variable relies on data_dir variable. Set the data_dir path to be:
Notes and data for listed articles
which is provided in the repo.
- Forest Plot: Visualizes meta-analysis results.
- Funnel Plot: Identifies potential publication bias.
- Bias Assessment: Performed using the
metabiasandtrimfillfunctions.
- Network Graph: Visualizes the relationships between treatment and control groups.
- Network Forest Plot: Summarizes the results of the network meta-analysis.