-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
23 lines (23 loc) · 1.49 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
Package: missingHE
Type: Package
Title: Missing Outcome Data in Health Economic Evaluation
Version: 1.5.0
Authors@R: person("Andrea", "Gabrio", email = "a.gabrio@maastrichtuniversity.nl", role = c("aut", "cre"))
Description: Contains a suite of functions for health economic evaluations with missing outcome data.
The package can fit different types of statistical models under a fully Bayesian approach using the software 'JAGS' (which should be installed locally and which is loaded in 'missingHE' via the 'R' package 'R2jags').
Three classes of models can be fitted under a variety of missing data assumptions: selection models, pattern mixture models and hurdle models.
In addition to model fitting, 'missingHE' provides a set of specialised functions to assess model convergence and fit, and to summarise the statistical and economic results using different types of measures and graphs.
The methods implemented are described in Mason (2018) <doi:10.1002/hec.3793>, Molenberghs (2000) <doi:10.1007/978-1-4419-0300-6_18> and Gabrio (2019) <doi:10.1002/sim.8045>.
Depends: R (>= 4.2.0)
Suggests: knitr, rmarkdown
VignetteBuilder: knitr
License: GPL-2
Encoding: UTF-8
LazyData: true
Imports: mcmcplots, ggpubr, ggmcmc, ggthemes, BCEA, ggplot2, grid,
gridExtra, bayesplot, methods, R2jags, loo, coda, mcmcr
RoxygenNote: 7.2.3
NeedsCompilation: no
Packaged: 2023-03-20 15:18:45 UTC; andre
Author: Andrea Gabrio [aut, cre]
Maintainer: Andrea Gabrio <a.gabrio@maastrichtuniversity.nl>