metaviz
Forest plot and funnel plot variants for meta-analysis
Science Score: 10.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
○codemeta.json file
-
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
✓Committers with academic emails
1 of 2 committers (50.0%) from academic institutions -
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (11.6%) to scientific vocabulary
Keywords
funnel-plots
rainforest-plots
Last synced: 11 months ago
·
JSON representation
Repository
Forest plot and funnel plot variants for meta-analysis
Statistics
- Stars: 18
- Watchers: 1
- Forks: 3
- Open Issues: 9
- Releases: 0
Topics
funnel-plots
rainforest-plots
Created over 9 years ago
· Last pushed over 6 years ago
Metadata Files
Readme
README.Rmd
---
output: github_document
---
```{r, echo = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "README-"
)
```
# Package **metaviz**
A compilation of functions to plot meta-analytic data using 'ggplot2'. Currently allows to
create forest plots, funnel plots, and many of their variants, such as rainforest plots, thick forest plots, additional evidence contour funnel plots, and sunset funnel plots. In addition, functionalities for visual inference with the funnel plot are provided.
## Contact
Questions, ideas, criticism: michael.kossmeier@univie.ac.at.
## History
### Package **metaviz** version 0.1.0
- February 6, 2017 first release on CRAN: https://CRAN.R-project.org/package=metaviz
### Package **metaviz** version 0.1.1 (not yet on CRAN)
- March 14, 2017: Added a new function for visual inference with funnel plots: `funnelinf`. Also available as shiny app: https://metaviz.shinyapps.io/funnelinf_app/
### Package **metaviz** version 0.1.1
- June 29, 2017: Version 0.1.1 submitted to CRAN
### Package **metaviz** version 0.2
- March 16, 2018: Version 0.2 submitted to CRAN
- Greatly extended functionalities to create different types of forest plots and to align tables with study-level or summary-level information (`viz_forest`)
- Added numerous funnel plot variants including additional evidence contour funnel plots with the function `viz_funnel`.
### Package **metaviz** version 0.3
- January 14, 2019: Version 0.3 submitted to CRAN
- Added a dedicated function for sunset (power-enhanced) funnel plots (`viz_sunset`). Also available as shiny app: https://metaviz.shinyapps.io/sunset/
### Package **metaviz** version 0.3.1
- April 7th, 2020: Version 0.3.1 submitted to CRAN
- Fixed problem of up-side-down funnel plots (`viz_funnel`, `viz_sunset`, `funnelinf`) with y_axis = "se", which seemed to occur with newer versions of **ggplot2** installed.
- Function `viz_funnel` now allows to customize funnel plot contours for random effects models via the `contours_type` argument.
- Changed behavior of `viz_forest`, `viz_funnel` and `viz_sunset`, such that when output of function `rma.uni` from package **metafor** is used as input, then the `method` argument is now extracted from the `rma.uni` object.
GitHub Events
Total
- Watch event: 1
- Fork event: 1
Last Year
- Watch event: 1
- Fork event: 1
Committers
Last synced: almost 3 years ago
Top Committers
| Name | Commits | |
|---|---|---|
| Michael Kossmeier | m****r@u****t | 50 |
| Gordon McDonald | g****7@g****m | 2 |
Committer Domains (Top 20 + Academic)
univie.ac.at: 1
Packages
- Total packages: 1
-
Total downloads:
- cran 516 last-month
- Total docker downloads: 43,390
- Total dependent packages: 0
- Total dependent repositories: 2
- Total versions: 5
- Total maintainers: 1
cran.r-project.org: metaviz
Forest Plots, Funnel Plots, and Visual Funnel Plot Inference for Meta-Analysis
- Homepage: https://github.com/Mkossmeier/metaviz
- Documentation: http://cran.r-project.org/web/packages/metaviz/metaviz.pdf
- License: GPL-2
-
Latest release: 0.3.1
published over 6 years ago
Rankings
Docker downloads count: 0.6%
Stargazers count: 14.1%
Forks count: 14.2%
Average: 17.9%
Dependent repos count: 19.3%
Dependent packages count: 28.7%
Downloads: 30.5%
Maintainers (1)
Last synced:
12 months ago
Dependencies
DESCRIPTION
cran
- R >= 3.2.0 depends
- RColorBrewer >= 1.1 imports
- dplyr >= 0.7.8 imports
- ggplot2 >= 3.1.0 imports
- ggpubr >= 0.1.6 imports
- gridExtra >= 2.2.1 imports
- metafor >= 1.9 imports
- nullabor >= 0.3.5 imports
- Cairo >= 1.5 suggests
- knitr * suggests
- rmarkdown * suggests