Package: PublicationBiasBenchmark
Type: Package
Title: Benchmark for Publication Bias Correction Methods
Version: 0.1.0
Maintainer: František Bartoš <f.bartos96@gmail.com>
Authors@R: c(
    person(given = "František",
           family = "Bartoš",
           role = c("aut", "cre"),
           email   = "f.bartos96@gmail.com",
           comment = c(ORCID = "0000-0002-0018-5573")),
    person(given = "Samuel",
           family = "Pawel",
           role = "aut",
           comment = c(ORCID = "0000-0003-2779-320X")),
    person(given = "Björn S.",
           family = "Siepe",
           role = "aut",
           comment = c(ORCID = "0000-0002-9558-4648"))
    )
Description: Implements a unified interface for benchmarking meta-analytic
    publication bias correction methods through simulation studies (see 
    Bartoš et al., 2022, <doi:10.48550/arXiv.2510.19489>). It provides
    1) predefined data-generating mechanisms from the literature, 2) functions
    for running meta-analytic methods on simulated data, 3) pre-simulated
    datasets and pre-computed results for reproducible benchmarks, 4) tools for
    visualizing and comparing method performance.
License: GPL-3
Encoding: UTF-8
RoxygenNote: 7.3.3
Depends: R (>= 3.5.0)
Imports: stats, metafor, osfr, MASS, numDeriv, pwr, sandwich,
        clubSandwich, lmtest, puniform, Rdpack
Suggests: RoBMA, testthat (>= 3.0.0), rmarkdown, knitr, kableExtra, DT,
        ggplot2, scales, ggdist, rprojroot, desc
RdMacros: Rdpack
URL: https://github.com/FBartos/PublicationBiasBenchmark,
        https://fbartos.github.io/PublicationBiasBenchmark/
BugReports: https://github.com/FBartos/PublicationBiasBenchmark/issues
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2025-11-01 14:51:06 UTC; fbart
Author: František Bartoš [aut, cre] (ORCID:
    <https://orcid.org/0000-0002-0018-5573>),
  Samuel Pawel [aut] (ORCID: <https://orcid.org/0000-0003-2779-320X>),
  Björn S. Siepe [aut] (ORCID: <https://orcid.org/0000-0002-9558-4648>)
Repository: CRAN
Date/Publication: 2025-11-05 20:00:02 UTC
Built: R 4.6.0; ; 2025-11-05 20:32:02 UTC; unix
