-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
79 lines (79 loc) · 1.83 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
Title: Matching Adjusted Indirect Comparison
Package: maicplus
Version: 0.1.2
Date: 2024-10-29
Authors@R: c(
person(
given = "Gregory",
family = "Chen",
role = c("aut"),
email = "[email protected]"
),
person(
given = "Michael",
family = "Seo",
role = c("aut"),
email = "[email protected]"
),
person(
given = "Isaac",
family = "Gravestock",
role = c("aut", "cre"),
email = "[email protected]"
),
person(
given = "Miranta",
family = "Antoniou",
role = c("ctb"),
email = "[email protected]"
),
person(
given = "Chrysostomos",
family = "Kalyvas",
role = c("ctb"),
email = "[email protected]"
),
person("MSD, Inc.", role = c("cph", "fnd")),
person("F. Hoffmann-La Roche AG", role = c("cph", "fnd"))
)
Description: Facilitates performing matching adjusted indirect comparison
(MAIC) analysis where the endpoint of interest is either time-to-event
(e.g. overall survival) or binary (e.g. objective tumor response). The method
is described by Signorovitch et al (2012) <doi:10.1016/j.jval.2012.05.004>.
License: Apache License 2.0
URL: https://github.com/hta-pharma/maicplus/, https://hta-pharma.github.io/maicplus/
BugReports: https://github.com/hta-pharma/maicplus/issues
Depends:
R (>= 4.1)
Imports:
graphics,
grDevices,
stats,
survival,
lubridate,
matrixStats,
MASS,
boot,
stringr,
lmtest,
sandwich
Suggests:
knitr,
testthat (>= 2.0),
ggplot2,
rmarkdown,
dplyr,
survminer,
flexsurv,
tibble,
vdiffr,
checkmate
VignetteBuilder:
knitr
biocViews:
Encoding: UTF-8
Language: en-US
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2.9000
Config/testthat/edition: 3