-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
59 lines (59 loc) · 1.61 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
Package: BayesERtools
Type: Package
Title: Bayesian Exposure-Response Analysis Tools
Version: 0.2.1.1001
Authors@R:
c(person("Kenta", "Yoshida", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-4967-3831")),
person("François", "Mercier", , "[email protected]", role = c("aut"),
comment = c(ORCID = "0000-0002-5685-1408")),
person("Genentech, Inc.", role = "cph")
)
Maintainer: Kenta Yoshida <[email protected]>
Description: Suite of tools that facilitate
exposure-response analysis using Bayesian methods. The package
provides a streamlined workflow for fitting types of models that are
commonly used in exposure-response analysis - linear and Emax for continuous
endpoints, logistic linear and logistic Emax for binary endpoints, as well
as performing simulation and visualization. Learn more about the workflow
at <https://genentech.github.io/BayesERbook/>.
License: Apache License 2.0
Encoding: UTF-8
LazyData: true
Depends:
R (>= 4.1)
URL: https://genentech.github.io/BayesERtools/, https://genentech.github.io/BayesERbook/
Config/testthat/edition: 3
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Imports:
dplyr,
tidyr,
purrr,
ggplot2,
gt,
cli,
rlang,
rstanarm,
rstanemax (>= 0.1.9),
loo,
tidybayes,
posterior
Suggests:
testthat (>= 3.0.0),
covr,
knitr,
rmarkdown,
rstan,
htmltools,
digest,
ggforce,
xgxr,
scales,
readr,
bayestestR,
patchwork,
projpred,
rsample,
yardstick
VignetteBuilder: knitr