-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
28 lines (28 loc) · 950 Bytes
/
DESCRIPTION
File metadata and controls
28 lines (28 loc) · 950 Bytes
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: ecmeta
Type: Package
Title: Meta-Analytic Framework for Decision Making and Error Control with External Control Arms
Version: 0.1.0
Authors@R: c(
person("Devin", "Incerti", , "incerti.devin@gene.com", role = c("aut", "cre")),
person("Michael", "Bretscher", , "michael.bretscher@roche.com", role = c("aut")),
person("Ray", "Lin", , "lins24@gene.com", role = c("aut")),
person("Chris", "Harbron", , "chris.harbron@roche.com", role = c("aut"))
)
Description: Tools to estimate the parameters of a meta-analytic framework that
adjusts external control studies for additional bias and variability due
to their non-randomized design.
URL: https://github.com/phcanalytics/ecmeta
BugReports: https://github.com/phcanalytics/ecmeta/issues
License: MIT
LazyData: true
Depends:
R (>= 3.6.0)
Imports:
coda,
rjags
Suggests:
bayesplot,
ggplot2
VignetteBuilder: knitr
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1