-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
46 lines (46 loc) · 1.06 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
Package: coxExtensions
Type: Package
Title: Extended Inference and Goodness of Fit for Cox Models
Version: 0.3.1
Maintainer: Piotr Tymoszuk <[email protected]>
Description: Extends the toolbox for Cox proportional hazard models
(survival, SurvMisc) with inference statistic, goodness of fit,
diagnostic functions and clibration tests compatible
with the tidyverse format.
License: GPL-3
Encoding: UTF-8
LazyData: true
Imports:
broom,
dplyr,
forcats,
ggplot2,
ggrepel,
grDevices,
pec,
prodlim,
purrr,
rlang,
stats,
stringi,
survival,
survminer,
survMisc,
tibble,
tidyr
Depends:
rms
RoxygenNote: 7.2.3
Roxygen: list(markdown = TRUE)
Authors@R:
person("Piotr", "Tymoszuk", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-0398-6034"))
Collate:
'imports.R'
'brier_oop.R'
'functions.R'
'generics.R'
'oop_calibrator.R'
'oop_coxex.R'
'plotting.R'
'utils.R'