The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.

PRISMAstatement

CRAN status Travis build status AppVeyor build status Coverage status lifecycle

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)

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.