The package is for plotting forest plots typically used to represent summary statistics from statistical models consisting of a point estimate (e.g., odds ratio or beta coefficient), lower and upper bound of the point estimate (e.g. 95% confidence interval), and statistical significant (i.e., p-value).
This package has been modified from the original package by Nightingale (https://github.com/NightingaleHealth/ggforestplot).
Please install the following pre-requisite R packages from CRAN.
install.packages("ggplot2")
install.packages("ggstance")
install.packages("scales")
Install this packages from GitHub.
library(devtools)
install_github("wenweixiong/ggforestplot")
library(ggforestplot)
Examples from our Mexico City Prospective Study (MCPS) clonal haematopoiesis (CH) paper: https://wenweixiong.github.io/ggforestplot.html
Please cite the orignal R package: https://github.com/NightingaleHealth/ggforestplot
Please cite our MCPS CH paper in which the modified package was used: https://www.nature.com/articles/s41588-025-02085-6
Sean Wen sean.wen@astrazeneca.com.