https://github.com/georgiosseitidis/viscomp
Visualize Multi-Component Interventions in Network Meta-Analysis
https://github.com/georgiosseitidis/viscomp
cnma complex multicomponent nma visualization
Last synced: 24 days ago
JSON representation
Visualize Multi-Component Interventions in Network Meta-Analysis
- Host: GitHub
- URL: https://github.com/georgiosseitidis/viscomp
- Owner: georgiosseitidis
- License: gpl-3.0
- Created: 2022-05-25T09:49:11.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-01-18T12:14:11.000Z (about 3 years ago)
- Last Synced: 2025-12-29T07:24:41.107Z (3 months ago)
- Topics: cnma, complex, multicomponent, nma, visualization
- Language: R
- Homepage: https://georgiosseitidis.github.io/viscomp/
- Size: 12.8 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.Rmd
- Changelog: NEWS.md
- License: LICENSE.md
- Citation: CITATION.cff
Awesome Lists containing this project
README
---
output: github_document
---
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# viscomp
# 
[](https://CRAN.R-project.org/package=viscomp)
[](https://ci.appveyor.com/project/georgiosseitidis/viscomp)
[](https://cranlogs.r-pkg.org/badges/viscomp)
[](http://cranlogs.r-pkg.org/badges/grand-total/viscomp)
The goal of **viscomp** is to provide several visualization tools for exploring the behavior of the components in a network meta-analysis of multi-component (complex) interventions:
* components descriptive analysis
* heat plot of the two-by-two component combinations
* leaving one component combination out scatter plot
* violin plot for specific component combinations' effects
* density plot for components' effects
* waterfall plot for the interventions' effects that differ by a certain component combination
* network graph of components
* rank heat plot of components for multiple outcomes.
## Installation
You can install the development version of **viscomp** like so:
``` r
install.packages("devtools")
devtools::install_github("georgiosseitidis/viscomp")
```
## How to use viscomp
We illustrate how to use **viscomp** in the vignette:
```r
vignette("viscomp", package = "viscomp")
```
## How to cite viscomp
**APA**
Seitidis, G., Tsokani, S., Christogiannis, C., Kontouli, K. M., Fyraridis, A., Nikolakopoulos, S., Veroniki, A. A., & Mavridis, D. (2022). viscomp: Visualize Multi-component Interventions in Network Meta-Analysis (Version 1.0.0). https://github.com/georgiosseitidis/viscomp
**BibTeX**
@manual{Seitidis_viscomp_Visualize_Multi-component_2022,
author = {Seitidis, Georgios and Tsokani, Sofia and Christogiannis, Christos and Kontouli, Katerina Maria and Fyraridis, Alexandros and Nikolakopoulos, Stavros and Veroniki, Areti Angeliki and Mavridis, Dimitris},
title = {{viscomp: Visualize Multi-component Interventions in Network Meta-Analysis}},
url = {https://github.com/georgiosseitidis/viscomp},
year = {2022}
}