forked from stephenslab/ebnm
-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
44 lines (44 loc) · 1.21 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
40
41
42
43
44
Package: ebnm
Encoding: UTF-8
Type: Package
Version: 1.1-27
Date: 2024-05-14
Title: Solve the Empirical Bayes Normal Means Problem
Authors@R: c(person("Jason", "Willwerscheid", role = "aut"),
person("Matthew", "Stephens", role = "aut"),
person("Peter", "Carbonetto", role = c("aut", "cre"),
email = "[email protected]"),
person("Andrew", "Goldstein", role = "ctb"),
person("Yusha", "Liu", role = "ctb"))
URL: https://github.com/stephenslab/ebnm
BugReports: https://github.com/stephenslab/ebnm/issues
Description: Provides simple, fast, and stable functions to fit the normal
means model using empirical Bayes. For available models and details, see
function ebnm(). A detailed introduction to the package is provided
by Willwerscheid and Stephens (2023) <arXiv:2110.00152>.
License: GPL (>=3)
NeedsCompilation: no
Depends: R (>= 3.3.0)
Imports:
stats,
ashr,
mixsqp,
truncnorm,
trust,
horseshoe,
deconvolveR,
magrittr,
rlang,
dplyr,
ggplot2
Suggests:
testthat,
numDeriv,
REBayes,
knitr,
rmarkdown,
cowplot,
mcmc
RoxygenNote: 7.3.0
VignetteBuilder: knitr
LazyData: true