-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
66 lines (66 loc) · 1.35 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
Type: Package
Package: biostatUtil
Title: Utility Functions Used in Biostatistics Projects
Version: 0.5.9
Date: 2024-09-26
Authors@R: c(
person("Derek", "Chiu", , "[email protected]", role = c("aut", "cre")),
person("Aline", "Talhouk", , "[email protected]", role = "aut"),
person("Samuel", "Leung", , "[email protected]", role = "aut")
)
Description: Provides some commonly used utility functions used in
biostatistics, such as row and column percentages in a table, date
formatting, survival functions, confusion matrices, contingency
tables, plotting functions, and more.
License: GPL-2
URL: https://talhouklab.github.io/biostatUtil/
Depends:
R (>= 4.0.0)
Imports:
assertthat,
broom,
coxphf,
descr,
dplyr (>= 1.0.0),
forcats,
ggplot2,
ggtext,
grid,
gridExtra,
Hmisc,
htmlTable,
htmltools,
lubridate,
magrittr,
pander,
patchwork,
purrr,
readr,
rlang,
scales,
stringr,
survival (>= 3.1-8),
tidyr
Suggests:
boot,
caret,
coin,
covr,
DescTools,
irr,
KMsurv,
limma,
logistf,
meta,
PerformanceAnalytics,
Rd2roxygen,
rmarkdown,
rms,
testthat (>= 3.0.0),
tidyselect (>= 1.0.0),
vsn
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Config/testthat/edition: 3