-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
46 lines (46 loc) · 1.39 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
41
42
43
44
45
46
Package: disbayes
Title: Bayesian Multi-State Modelling of Chronic Disease Burden Data
Date: 2023-09-09
Version: 1.1.0
Authors@R:
person("Christopher", "Jackson", , "chris.jackson@mrc-bsu.cam.ac.uk", role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0002-6656-8913"))
Description: Estimation of incidence and case fatality for a chronic disease, given partial information, using a multi-state model. Given data on age-specific mortality and either incidence or prevalence, Bayesian inference is used to estimate the posterior distributions of incidence, case fatality, and functions of these such as prevalence. The methods are described in Jackson et al. (2023) <doi:10.1093/jrsssa/qnac015>.
License: GPL-3
Encoding: UTF-8
LazyData: true
Biarch: true
Depends:
R (>= 3.5.0)
Imports:
dplyr,
tidyr,
magrittr,
tibble,
generics,
methods,
Rcpp (>= 0.12.0),
rstan (>= 2.26.0),
mgcv,
SHELF,
ggplot2,
loo,
matrixStats
LinkingTo:
BH (>= 1.66.0),
Rcpp (>= 0.12.0),
RcppParallel,
RcppEigen (>= 0.3.3.3.0),
rstan (>= 2.26.0),
StanHeaders (>= 2.26.0)
Suggests: knitr,
rmarkdown,
rstantools (>= 2.0.0.9000),
tempdisagg,
testthat,
codetools
VignetteBuilder: knitr
SystemRequirements: GNU make
URL: https://chjackson.github.io/disbayes/
BugReports: https://github.com/chjackson/disbayes/issues
RoxygenNote: 7.2.3