Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 397 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 397 Bytes

metaplot

Convenient plotting of meta-analysis data.

Installation

if (!requireNamespace("remotes", quietly = TRUE)){
  install.packages("remotes")
}
remotes::install_github("moritzlindner/metaplot")

Description

This Package contains a set of functions to draw forest plots and ROC curves for meta-analyses using ggplot2.

Developed by Moritz Lindner