-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
60 lines (60 loc) · 1.5 KB
/
DESCRIPTION
File metadata and controls
60 lines (60 loc) · 1.5 KB
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
60
Package: bonsaiforest2
Type: Package
Title: Flexible Bayesian Shrinkage Models for Subgroup Analysis
Version: 0.1.0
Authors@R: c(
person(
"Miriam", "Pedrera Gomez",
email = "miriam.pedrera_gomez@roche.com",
role = c("aut", "cre")
),
person(
"Isaac", "Gravestock",
email = "isaac.gravestock@roche.com",
role = "aut"
),
person(
"Marcel", "Wolbers",
email = "marcel.wolbers@roche.com",
role = "aut"
)
)
Description: An extension of the 'bonsaiforest' package that provides
increased flexibility in prior selection and modeling options. It
supports four types of endpoints and simplifies the fitting and
interpretation of Bayesian models for subgroup analysis. Leveraging
'brms', it distinguishes between prognostic and predictive factors
using differential shrinkage priors and generates publication-ready
forest plots.
License: MIT + file LICENSE
URL: https://openpharma.github.io/bonsaiforest2/
BugReports: https://github.com/openpharma/bonsaiforest2/issues
Encoding: UTF-8
LazyData: true
Imports:
brms,
checkmate,
dplyr,
ggplot2,
posterior,
rlang,
splines2,
stats,
stringr,
survival,
tibble
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3
Suggests:
BH,
bookdown,
cmdstanr,
knitr,
RcppEigen,
rmarkdown,
testthat (>= 3.0.0)
Config/testthat/edition: 3
VignetteBuilder: knitr
Additional_repositories: https://stan-dev.r-universe.dev
Depends:
R (>= 3.5)