-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
executable file
·36 lines (36 loc) · 1.1 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
Package: MAIC
Type: Package
Title: Package to Perform Matched-adjusted Indirect Comparisons
Version: 0.3.0
Authors@R: c(
person("Iain", "Bennett", email = "iain.bennett@roche.com", role = "cre"),
person("Jo", "Gregory", email = "joanne.gregory@bresmed.com", role = "aut"),
person("Sarah", "Smith", email = "sarah.smith@bresmed.com", role = "aut"),
person("Richard", "Birnie", email = "richard.birnie@bresmed.com", role = "aut"),
person("F. Hoffmann La Roche Ltd", role = c("cph"))
)
Description: A group of functions designed to perform matched-adjusted
indirect comparisons as per NICE TSD 18 and summarise the results for
survival data (using hazard ratios) and binary data (using odds ratios.)
License: Apache License (>= 2)
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3
VignetteBuilder: knitr
Imports:
assertthat (>= 0.2.1),
dplyr (>= 0.8.4),
tidyselect (>= 1.0.0),
ggplot2 (>= 3.3.0),
magrittr (>= 1.5),
survival (>= 3.1),
stats (>= 2.0)
Depends:
R (>= 2.10)
Suggests:
knitr,
flextable,
officer,
survminer,
testthat,
boot