-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDESCRIPTION
More file actions
30 lines (30 loc) · 918 Bytes
/
DESCRIPTION
File metadata and controls
30 lines (30 loc) · 918 Bytes
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
Package: survutils
Title: Utility Functions for Survival Analysis
Version: 1.0.2
Authors@R: person("Fong Chun", "Chan", , "[email protected]", role = c("aut", "cre"))
Description: Functional programming principles to iteratively run Cox
regression and plot its results. The results are reported in tidy data
frames. Additional utility functions are available for working with
other aspects of survival analysis such as survival curves, C-statistics,
etc.
License: GPL-3
LazyData: true
Depends:
R (>= 3.1.2)
Imports:
stats,
dplyr (>= 0.4.3),
survC1 (>= 1.0.2),
survival (>= 2.38.3),
ggplot2 (>= 1.0.0),
purrr (>= 0.1.0),
magrittr (>= 1.5),
broom (>= 0.3.7),
lazyeval (>= 0.2.0),
glue
Suggests:
tidyr (>= 0.4.1),
testthat
URL: https://github.com/tinyheero/survutils
BugReports: https://github.com/tinyheero/survutils/issues
RoxygenNote: 6.0.1