generated from insightsengineering/r.pkg.template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
50 lines (50 loc) · 1.88 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
Type: Package
Package: savvyr
Title: Survival Analysis for AdVerse Events with VarYing Follow-Up Times
Version: 0.1.1
Date: 2024-06-06
Authors@R: c(
person("Thomas", "Kuenzel", email = "[email protected]", role = c("aut", "cre")),
person("Kaspar", "Rufibach", email = "[email protected]", role = "aut"),
person("Regina", "Stegherr", email = "[email protected]", role = "aut"),
person("Daniel", "Sabanés Bové", email = "[email protected]", role = "aut"),
person("F. Hoffmann-La Roche AG", role = c("cph", "fnd")),
person("Universität Ulm", role = c("cph", "fnd"))
)
Description: The SAVVY (Survival Analysis for AdVerse Events with VarYing Follow-Up Times)
project is a consortium of academic and pharmaceutical
industry partners that aims to improve the analyses of adverse event (AE)
data in clinical trials through the use of survival techniques appropriately
dealing with varying follow-up times and competing events, see
Stegherr, Schmoor, Beyersmann, et al. (2021) <doi:10.1186/s13063-021-05354-x>.
Although statistical methodologies have advanced,
in AE analyses often the incidence proportion, the incidence density or a
non-parametric Kaplan-Meier estimator are used, which either ignore censoring or
competing events. This package contains functions to easily conduct the
proposed improved AE analyses.
License: Apache License 2.0
URL: https://openpharma.github.io/savvyr/
BugReports: https://github.com/openpharma/savvyr/issues
Depends:
R (>= 4.0)
Imports:
checkmate,
etm,
Rdpack
Suggests:
kableExtra,
knitr,
rmarkdown,
testthat (>= 3.0)
Config/Needs/documentation:
roxytypes=github::openpharma/roxytypes,
roxylint=github::openpharma/roxylint
RdMacros:
Rdpack
VignetteBuilder:
knitr
biocViews:
Encoding: UTF-8
Language: en-US
LazyData: true
RoxygenNote: 7.3.1