-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
38 lines (38 loc) · 959 Bytes
/
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
Encoding: UTF-8
Package: genSurv
Type: Package
Version: 1.0.5
Date: 2021-11-11
Title: Generating Multi-State Survival Data
Authors@R: c(
person(
given = "Artur",
family = "Araujo",
role = c("aut", "cre"),
email = "artur.stat@gmail.com",
comment = c(ORCID = "0000-0003-1419-4208")
),
person(
given = "Luis",
family = "Meira-Machado",
role = "aut",
email = "lmachado@math.uminho.pt",
comment = c(ORCID = "0000-0002-8577-7665")
),
person(
given = "Susana",
family = "Faria",
role = "aut",
email = "sfaria@math.uminho.pt",
comment = c(ORCID = "0000-0001-8014-9902")
) )
Depends: R (>= 2.12.0)
Suggests: survival
Description: Generation of survival data with one (binary)
time-dependent covariate. Generation of survival data arising
from a progressive illness-death model.
License: GPL-3
URL: https://github.com/arturstat/genSurv
BugReports: https://github.com/arturstat/genSurv/issues
LazyLoad: yes
NeedsCompilation: yes