forked from kassambara/survminer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
81 lines (81 loc) · 2.04 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
80
81
Package: survminer
Type: Package
Title: Drawing Survival Curves using 'ggplot2'
Version: 0.4.9
Date: 2021-03-09
Authors@R: c(
person("Alboukadel", "Kassambara", role = c("aut", "cre"), email = "[email protected]"),
person("Marcin", "Kosinski", role = c("aut"), email = "m.p.kosinski@@gmail.com"),
person("Przemyslaw", "Biecek", role = c("aut"), email = "[email protected]"),
person("Scheipl", "Fabian", role = c("ctb"), email = "[email protected]"))
Description: Contains the function 'ggsurvplot()' for drawing easily beautiful
and 'ready-to-publish' survival curves with the 'number at risk' table
and 'censoring count plot'. Other functions are also available to plot
adjusted curves for `Cox` model and to visually examine 'Cox' model assumptions.
License: GPL-2
LazyData: TRUE
Encoding: UTF-8
Depends:
ggplot2,
ggpubr(>= 0.1.6)
Imports:
grid,
gridExtra (>= 2.0),
magrittr,
maxstat,
methods,
scales,
survival,
stats,
broom,
dplyr,
tidyr,
survMisc,
purrr,
tibble,
rlang,
ggtext (>= 0.1.0)
Suggests:
knitr,
flexsurv,
cmprsk,
markdown,
testthat,
rmarkdown
VignetteBuilder: knitr
URL: https://rpkgs.datanovia.com/survminer/index.html
BugReports: https://github.com/kassambara/survminer/issues
RoxygenNote: 7.1.1
Collate:
'BMT.R'
'BRCAOV.survInfo.R'
'add_ggsurvplot.R'
'utilities.R'
'surv_summary.R'
'ggsurvtable.R'
'surv_pvalue.R'
'ggsurvplot_df.R'
'ggsurvplot_core.R'
'ggsurvplot_add_all.R'
'ggsurvplot_list.R'
'ggsurvplot_group_by.R'
'ggsurvplot.R'
'arrange_ggsurvplots.R'
'ggadjustedcurves.R'
'ggcompetingrisks.R'
'ggcoxdiagnostics.R'
'ggcoxfunctional.R'
'ggcoxzph.R'
'ggflexsurvplot.R'
'ggforest.R'
'ggsurvevents.R'
'ggsurvplot_combine.R'
'ggsurvplot_facet.R'
'ggsurvtheme.R'
'ggurvplot_arguments.R'
'myeloma.R'
'pairwise_survdiff.R'
'surv_cutpoint.R'
'surv_group_by.R'
'surv_fit.R'
'surv_median.R'