forked from RobinDenz1/contsurvplot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
41 lines (41 loc) · 1.27 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
Package: contsurvplot
Title: Visualize the Effect of a Continuous Variable on a Time-to-Event Outcome
Version: 0.2.0.9000
Authors@R:
person("Robin", "Denz", , "[email protected]", role = c("aut", "cre"))
Maintainer: Robin Denz <[email protected]>
Description: Graphically display the (causal) effect of a continuous variable on a time-to-event outcome
using multiple different types of plots based on g-computation. Those functions
include, among others, survival area plots, survival contour plots, survival quantile plots and
3D surface plots. Due to the use of g-computation, all plot allow confounder-adjustment naturally.
For details, see Robin Denz, Nina Timmesfeld (2022) <arXiv:2208.04644v1>.
License: GPL (>= 3)
URL: https://github.com/RobinDenz1/contsurvplot,
https://robindenz1.github.io/contsurvplot/
BugReports: https://github.com/RobinDenz1/contsurvplot/issues
Imports:
ggplot2 (>= 3.4.0),
dplyr,
rlang,
riskRegression,
foreach
Suggests:
survival,
pammtools,
gganimate,
transformr,
plotly,
reshape2,
doParallel,
knitr,
rmarkdown,
testthat (>= 3.0.0),
vdiffr (>= 1.0.0),
covr
VignetteBuilder:
knitr
Config/testthat/edition: 3
Contact: <[email protected]>
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.1