-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
37 lines (37 loc) · 1.08 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
Package: mt.surv
Type: Package
Title: Multi-threshold survival analysis
Version: 0.1.1
Authors@R:
c(person(given = "Rebecca",
family = "Hoyd",
role = c("aut"),
comment = c(ORCID = "0000-0003-1210-4491")),
person(given = "YunZhou",
family = "Liu",
role = c("aut"),
comment = c(ORCID = "0000-0002-9892-2438")),
person(given = "Caroline",
family = "Wheeler",
role = c("aut")),
person(given = "Daniel",
family = "Spakowicz",
role = c("aut","cre"),
email = "daniel.spakowicz@osumc.edu",
comment = c(ORCID = "0000-0003-2314-6435"))
)
Maintainer: Daniel Spakowicz <daniel.spakowicz@osumc.edu>
Description: This package can perfrom survival analysis on various threshold which split the dataset into two groups. Some formatting needs to be done before using.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.0
Suggests:
testthat,
knitr,
rmarkdown
Imports:
dplyr,
survival
VignetteBuilder: knitr
Date: 2022-04-08