-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
28 lines (28 loc) · 1.08 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
Package: pcal
Type: Package
Title: Calibration of P-Values for Point Null Hypotheses
Version: 1.1.0
Authors@R: c(
person("Pedro", "Fonseca", email = "[email protected]", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-5708-081X")),
person("Rui", "Paulo", role = c("ctb", "ths"), comment = c(ORCID = "0000-0002-4802-527X")),
person(given = "FCT", role = "fnd"))
Description: Calibrate p-values under a robust perspective using the methods developed
by Sellke, Bayarri, and Berger (2001) <doi:10.1198/000313001300339950> and obtain
measures of the evidence provided by the data in favor of point null hypotheses
which are safer and more straightforward to interpret.
License: MIT + file LICENSE
URL: https://ptfonseca.github.io/pcal/,
https://github.com/ptfonseca/pcal
BugReports: https://github.com/ptfonseca/pcal/issues
Encoding: UTF-8
LazyData: true
Depends: R (>= 2.10)
Imports: Rdpack (>= 0.7)
Suggests:
covr (>= 3.5.0),
knitr (>= 1.28),
rmarkdown (>= 2.1),
testthat (>= 2.3.2)
RdMacros: Rdpack
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1