Skip to content

wenweixiong/ggforestplot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ggforestplot (modified)

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).

Installation

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)

Tutorial

Examples from our Mexico City Prospective Study (MCPS) clonal haematopoiesis (CH) paper: https://wenweixiong.github.io/ggforestplot.html

Citation

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

Contact

Sean Wen sean.wen@astrazeneca.com.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages