-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
38 lines (38 loc) · 1.13 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
Package: msm.stacked
Type: Package
Title: Stacked Probabilities Plots and Transition Probabilities for 'msm' Multi-State Models
Version: 0.0.3
Authors@R: c(
person(given = "Alessandro",
family = "Gasparini",
email = "[email protected]",
role = c("aut", "cre")),
person("Red Door Analytics AB", role = c("cph"))
)
Description: Create stacked probabilities plots for multi-state models fitted using
the 'msm' package. Plots are created using the 'ggplot2' package, and can be
further customised by the user. State transition probabilities over time can also
be calculated, including conditional predictions on being in a certain state at
a given time.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3
Imports:
checkmate,
ggplot2,
matrixStats,
msm,
mvtnorm,
rlang (>= 0.4.0)
Suggests:
covr,
knitr,
rmarkdown,
testthat (>= 3.0.0)
URL: https://github.com/RedDoorAnalytics/msm.stacked
BugReports: https://github.com/RedDoorAnalytics/msm.stacked/issues
Roxygen: list(markdown = TRUE)
Config/testthat/edition: 3
Language: en-GB
VignetteBuilder: knitr