Package: metaconfoundr Title: Visualize 'Confounder' Control in Meta-Analyses Version: 0.1.2.9000 Authors@R: c( person("Malcolm", "Barrett", , "malcolmbarrett@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-0299-5825")), person("Julie M.", "Petersen", , "juliemo@bu.edu", role = "aut", comment = c(ORCID = "0000-0001-7845-4545")), person("Ludovic", "Trinquart", , "ludovic@bu.edu", role = "aut", comment = c(ORCID = "0000-0002-3028-4900")) ) Description: Visualize 'confounder' control in meta-analysis. 'metaconfoundr' is an approach to evaluating bias in studies used in meta-analyses based on the causal inference framework. Study groups create a causal diagram displaying their assumptions about the scientific question. From this, they develop a list of important 'confounders'. Then, they evaluate whether studies controlled for these variables well. 'metaconfoundr' is a toolkit to facilitate this process and visualize the results as heat maps, traffic light plots, and more. License: MIT + file LICENSE URL: https://github.com/malcolmbarrett/metaconfoundr BugReports: https://github.com/malcolmbarrett/metaconfoundr/issues Depends: R (>= 3.5.0) Imports: dplyr (>= 1.0.0), forcats, ggplot2 (>= 3.4.0), magrittr, purrr, rlang (>= 0.1.2), shiny, stringr, tibble, tidyr (>= 1.0.0), tidyselect Suggests: covr, knitr, metafor, patchwork, readr, rio, rmarkdown, roxygen2, spelling, testthat (>= 3.0.0), vdiffr VignetteBuilder: knitr Config/testthat/edition: 3 Encoding: UTF-8 Language: en-US LazyData: true Roxygen: list(markdown = TRUE) RoxygenNote: 7.1.2 Config/pak/sysreqs: cmake make libicu-dev libuv1-dev zlib1g-dev Repository: https://malcolmbarrett.r-universe.dev Date/Publication: 2023-01-17 18:54:56 UTC RemoteUrl: https://github.com/malcolmbarrett/metaconfoundr RemoteRef: HEAD RemoteSha: 3af7bc98a79d090d68c79551bcc86cf5b61d2489 NeedsCompilation: no Packaged: 2026-07-04 07:05:46 UTC; root Author: Malcolm Barrett [aut, cre] (ORCID: ), Julie M. Petersen [aut] (ORCID: ), Ludovic Trinquart [aut] (ORCID: ) Maintainer: Malcolm Barrett