-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
39 lines (39 loc) · 1.34 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: ebci
Title: Robust Empirical Bayes Confidence Intervals
Version: 1.0.0.9000
Authors@R:
c(person(given = "Michal",
family = "Kolesár",
role = c("aut", "cre"),
email = "kolesarmi@googlemail.com",
comment = c(ORCID = "0000-0002-2482-7796")),
person(given= "Tim",
family = "Armstrong",
role = "ctb",
email = "tim.b.armstrong@gmail.com"),
person(given = "Mikkel",
family = "Plagborg-Møller",
role = "ctb",
email = "mikkelpm@princeton.edu"))
Description: Computes empirical Bayes confidence estimators and confidence
intervals in a normal means model. The intervals are robust in the sense
that they achieve correct coverage regardless of the distribution of the
means. If the means are treated as fixed, the intervals have an average
coverage guarantee. The implementation is based on Armstrong, Kolesár and
Plagborg-Møller (2022) <doi:10.3982/ECTA18597>.
Depends: R (>= 4.1.0)
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Suggests:
spelling,
testthat (>= 2.1.0),
lpSolve,
knitr,
rmarkdown
Language: en-US
URL: https://github.com/kolesarm/ebci
BugReports: https://github.com/kolesarm/ebci/issues
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
VignetteBuilder: knitr