-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
40 lines (40 loc) · 1 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
Encoding: UTF-8
Package: TPmsm
Type: Package
Version: 1.2.13
Date: 2023-12-10
Title: Estimation of Transition Probabilities in Multistate Models
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 = "Javier",
family = "Roca-Pardinas",
role = "aut",
email = "roca@uvigo.es",
comment = c(ORCID = "0000-0003-3107-4515")
) )
Depends: R (>= 3.1.0), graphics, grDevices, KernSmooth
Enhances: etm, p3state.msm
Suggests: knitr
VignetteBuilder: knitr
Description: Estimation of transition probabilities for the
illness-death model and or the three-state progressive model.
License: GPL-3
URL: https://github.com/arturstat/TPmsm
BugReports: https://github.com/arturstat/TPmsm/issues
LazyLoad: yes
LazyData: yes
NeedsCompilation: yes