-
Notifications
You must be signed in to change notification settings - Fork 19
/
DESCRIPTION
55 lines (55 loc) · 2.26 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
47
48
49
50
51
52
53
54
55
Package: survHE
Title: Survival Analysis in Health Economic Evaluation
Version: 2.0.2
Date: 2024-10-03
Authors@R: c(
person(given = "Gianluca",family = "Baio",role = c("aut", "cre"),email = "[email protected]"),
person("Andrea","Berardi",role="ctb",email="[email protected]"),
person("Philip","Cooney",role="ctb",email="[email protected]"),
person("Andrew","Jones",role="ctb",email="[email protected]"),
person("Nathan","Green",role="ctb",email="[email protected]"))
URL: https://github.com/giabaio/survHE, https://gianluca.statistica.it/software/survhe/
BugReports: https://github.com/giabaio/survHE/issues
Description: Contains a suite of functions for survival analysis in health economics.
These can be used to run survival models under a frequentist (based on maximum likelihood)
or a Bayesian approach (both based on Integrated Nested Laplace Approximation or Hamiltonian
Monte Carlo). To run the Bayesian models, the user needs to install additional modules
(packages), i.e. 'survHEinla' and 'survHEhmc'. These can be installed using
'remotes::install_github' from their GitHub repositories:
(<https://github.com/giabaio/survHEhmc> and <https://github.com/giabaio/survHEinla/>
respectively). 'survHEinla' is based on the package INLA, which is available for download at
<https://inla.r-inla-download.org/R/stable/>. The user can specify a set of parametric models
using a common notation and select the preferred mode of inference. The results can also be
post-processed to produce probabilistic sensitivity analysis and can be used to export the
output to an Excel file (e.g. for a Markov model, as often done by modellers and
practitioners). <doi:10.18637/jss.v095.i14>.
License: GPL (>=3)
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Biarch: true
Depends:
methods,
R (>= 3.6.0),
flexsurv,
dplyr,
ggplot2
Imports:
rms,
xlsx,
tools,
tibble,
tidyr
Suggests:
survHEinla,
survHEhmc,
INLA,
rstan,
testthat (>= 3.0.0)
Config/testthat/edition: 3
Additional_repositories:
https://inla.r-inla-download.org/R/stable/,
https://giabaio.github.io/drat/
SystemRequirements: GNU make
NeedsCompilation: yes