-
Notifications
You must be signed in to change notification settings - Fork 5
/
DESCRIPTION
30 lines (30 loc) · 975 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
Package: msmtools
Type: Package
Title: Building Augmented Data to Run Multi-State Models with 'msm' Package
Version: 2.0.1
Date: 2021-04-10
Authors@R: person("Francesco", "Grossetti",
email = "[email protected]",
role = c("aut", "cre"), comment = c(ORCID = "0000-0002-5130-7745"))
Description: A fast and general method for restructuring classical longitudinal data into
augmented ones. The reason for this is to facilitate the modeling of longitudinal data under
a multi-state framework using the 'msm' package.
URL: https://github.com/contefranz/msmtools
BugReports: https://github.com/contefranz/msmtools/issues
License: GPL-3
LazyData: TRUE
RoxygenNote: 7.1.1
Depends: R (>= 3.0)
Imports: data.table (>= 1.9.6),
msm (>= 1.6),
survival (>= 2.38.0),
ggplot2 (>= 3.3.3),
patchwork (>= 1.1.1),
scales (>= 1.1.1)
Suggests: testthat,
knitr,
rmarkdown,
roxygen2,
usethis
VignetteBuilder: knitr
Encoding: UTF-8