-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
55 lines (55 loc) · 1.66 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
Package: KMunicate
Title: KMunicate-Style Kaplan–Meier Plots
Version: 0.2.5.9000
Authors@R:
c(person(given = "Alessandro",
family = "Gasparini",
role = c("aut", "cre", "cph"),
email = "alessandro@ellessenne.xyz",
comment = c(ORCID = "0000-0002-8319-7624")),
person(given = "Ary",
family = "Serpa Neto",
role = "ctb"),
person(given = "Peter",
family = "Dutey",
role = "ctb",
comment = c(ORCID = "0000-0002-8942-9836")))
Description: Produce Kaplan–Meier plots in the style recommended
following the KMunicate study by Morris et al. (2019)
<doi:10.1136/bmjopen-2019-030215>. The KMunicate style consists of
Kaplan-Meier curves with confidence intervals to quantify uncertainty
and an extended risk table (per treatment arm) depicting the number of
study subjects at risk, events, and censored observations over time.
The resulting plots are built using 'ggplot2' and can be further
customised to a certain extent, including themes, fonts, and colour
scales.
License: MIT + file LICENSE
URL: https://ellessenne.github.io/KMunicate-package/, https://github.com/ellessenne/KMunicate-package
BugReports:
https://github.com/ellessenne/KMunicate-package/issues
Depends:
R (>= 2.10),
survival
Imports:
checkmate,
cowplot,
ggplot2,
pammtools,
tidyr
Suggests:
broom,
covr,
devtools,
knitr,
rmarkdown,
simsurv,
testthat,
usethis
VignetteBuilder:
knitr
ByteCompile: true
Encoding: UTF-8
Language: en-GB
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1