-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
39 lines (39 loc) · 1.41 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
Package: zcurve
Title: An Implementation of Z-Curves
Version: 2.4.2
Authors@R: c(
person("František", "Bartoš", email = "[email protected]", role = c("aut", "cre")),
person("Ulrich", "Schimmack", email = "[email protected]", role = c("aut")))
Maintainer: František Bartoš <[email protected]>
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 new density and EM version
(Bartoš & Schimmack, 2020, <doi:10.31234/osf.io/urgtn>), censored observations,
as well as the original density z-curve (Brunner & Schimmack, 2020, <doi:10.15626/MP.2018.874>).
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.2.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