Description
Plot Flow Charts According to the "PRISMA" Statement.
Description
Plot a PRISMA <http://prisma-statement.org/> flow chart describing the identification, screening, eligibility and inclusion or studies in systematic reviews. The PRISMA statement defines an evidence-based, minimal set of items for reporting in systematic reviews and meta-analyses. PRISMA should be used for the reporting of studies evaluating randomized clinical trials (RCT), and is also for reporting on systematic reviews of other types of research. There is also a function to generate flow charts describing exclusions and inclusions for any kind of study.
README.md
PRISMAstatement
PRISMAstatement is a simple package which does one thing: generate publication quality flow charts of study inclusions and exclusions following recommendations of the PRISMA statement. See the vignettes (vignette("PRISMA")
, vignette("exclusionflowcharts")
) for more details.
Installation
You can install the released version of PRISMAstatement from CRAN with:
install.packages("PRISMAstatement")
Example
library(PRISMAstatement)
prisma(found = 750,
found_other = 123,
no_dupes = 776,
screened = 776,
screen_exclusions = 13,
full_text = 763,
full_text_exclusions = 17,
qualitative = 746,
quantitative = 319)