-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathDESCRIPTION
More file actions
29 lines (29 loc) · 905 Bytes
/
DESCRIPTION
File metadata and controls
29 lines (29 loc) · 905 Bytes
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
Package: multistateutils
Type: Package
Title: Utility Functions for Parametric Multi-State Models
Version: 1.2.4
Date: 2019-12-14
Author: Stuart Lacy
Maintainer: Stuart Lacy <stuart.lacy@gmail.com>
Description: Provides functions for working with multi-state modelling,
such as efficient simulation routines for estimating transition probabilities and length of stay.
It is designed as an extension to multi-state modelling capabilities provided with the 'flexsurv'
package (see Jackson (2016) <doi:10.18637/jss.v070.i08>).
License: GPL (>= 3)
Imports: data.table,
dplyr,
magrittr,
networkD3,
tidyr
Suggests: covr,
knitr,
flexsurv,
mstate,
microbenchmark,
rmarkdown,
testthat
URL: https://github.com/stulacy/multistateutils
BugReports: https://github.com/stulacy/multistateutils/issues
LinkingTo: Rcpp
RoxygenNote: 7.0.2
VignetteBuilder: knitr