Package: viscomp
Type: Package
Title: Visualize Multi-Component Interventions in Network Meta-Analysis
Version: 1.0.0
Authors@R: 
  c(person(given = "Georgios", 
         family = "Seitidis", 
         role = c("aut", "cre"),
         email = "g.seitidis@uoi.gr", 
         comment = c(ORCID = "0000-0003-0856-1892")),
  person(given = "Sofia",
         family = "Tsokani",
         role = c("aut"),
         email = "s.tsokani@uoi.gr",
         comment = c(ORCID = "0000-0002-6258-8861")),
  person(given = "Christos",
         family = "Christogiannis",
         role = c("aut"),
         email = "xristogiannhsjr@gmail.com"),
  person(given = "Katerina Maria",
         family = "Kontouli",
         role = c("aut"),
         email = "kmkontouli@gmail.com"),
  person(given = "Alexandros",
         family = "Fyraridis",
         role = c("aut"),
         email = "alexandros.fyraridis@unityhealth.to"),
  person(given = "Stavros",
         family = "Nikolakopoulos",
         role = c("aut"),
         email = "snikolakopoulos@uoi.gr",
         comment = c(ORCID = "0000-0002-9769-3725")),
  person(given = "Areti Angeliki",
         family = "Veroniki",
         role = c("aut"),
         email = "areti-angeliki.veroniki@unityhealth.to",
         comment = c(ORCID = "0000-0001-6388-4825")),
  person(given = "Dimitris",
         family = "Mavridis",
         role = c("aut"),
         email = "snikolakopoulos@uoi.gr",
         comment = c(ORCID = "0000-0003-1041-4592")))
Maintainer: Georgios Seitidis <g.seitidis@uoi.gr>
Description: A set of functions providing 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.
   The implemented tools are described by Seitidis et al. (2023) <doi:10.1002/jrsm.1617>.
License: GPL (>= 3)
Encoding: UTF-8
LazyData: true
Depends: R (>= 2.10),
Imports: circlize (>= 0.4.15), dplyr (>= 1.0.9), ggExtra (>= 0.10.0),
        ggnewscale (>= 0.4.8), ggplot2 (>= 3.3.6), Hmisc (>= 4.7.0),
        MASS (>= 7.3.56), netmeta (>= 1.3-0), plyr (>= 1.8.7), qgraph
        (>= 1.9.2), reshape2 (>= 1.4.4), tibble (>= 3.1.7), tidyr (>=
        1.2.0)
RoxygenNote: 7.2.0
Suggests: covr, knitr, rmarkdown
URL: https://github.com/georgiosseitidis/viscomp,
        https://georgiosseitidis.github.io/viscomp/
BugReports: https://github.com/georgiosseitidis/viscomp/issues
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2023-01-13 11:50:46 UTC; delse
Author: Georgios Seitidis [aut, cre] (<https://orcid.org/0000-0003-0856-1892>),
  Sofia Tsokani [aut] (<https://orcid.org/0000-0002-6258-8861>),
  Christos Christogiannis [aut],
  Katerina Maria Kontouli [aut],
  Alexandros Fyraridis [aut],
  Stavros Nikolakopoulos [aut] (<https://orcid.org/0000-0002-9769-3725>),
  Areti Angeliki Veroniki [aut] (<https://orcid.org/0000-0001-6388-4825>),
  Dimitris Mavridis [aut] (<https://orcid.org/0000-0003-1041-4592>)
Repository: CRAN
Date/Publication: 2023-01-16 09:50:02 UTC
Built: R 4.5.1; ; 2025-10-06 03:55:17 UTC; windows
