Package: zcurve Title: An Implementation of Z-Curves Version: 2.4.6 Authors@R: c( person("František", "Bartoš", email = "f.bartos96@gmail.com", role = c("aut", "cre")), person("Ulrich", "Schimmack", email = "ulrich.schimmack@utoronto.ca", role = c("aut"))) Maintainer: František Bartoš Description: An implementation of z-curves - a method for estimating expected discovery and replicability rates on the bases of test-statistics of published studies. The package provides functions for fitting the density, EM, and censored EM version (Bartoš & Schimmack, 2022, ; Schimmack & Bartoš, 2023, ), as well as the original density z-curve (Brunner & Schimmack, 2020, ). Furthermore, the package provides summarizing and plotting functions for the fitted z-curve objects. See the aforementioned articles for more information about the z-curves, expected discovery and replicability rates, validation studies, and limitations. License: GPL-3 Encoding: UTF-8 LazyData: true Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Imports: Rcpp (>= 1.0.2), nleqslv, stats, evmix, graphics, ggplot2, Rdpack, rlang LinkingTo: Rcpp Suggests: parallel, spelling, testthat, vdiffr Language: en-US RdMacros: Rdpack URL: https://fbartos.github.io/zcurve/ BugReports: https://github.com/FBartos/zcurve/issues Config/pak/sysreqs: libgsl0-dev Repository: https://fbartos.r-universe.dev Date/Publication: 2026-01-22 10:14:58 UTC RemoteUrl: https://github.com/fbartos/zcurve RemoteRef: HEAD RemoteSha: b00993c6bc8d84628c8e4adf12eb55dad32992f4 NeedsCompilation: yes Packaged: 2026-05-25 06:27:16 UTC; root Author: František Bartoš [aut, cre], Ulrich Schimmack [aut]