-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
28 lines (28 loc) · 1.02 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
Package: survHEinla
Title: Survival Analysis in Health Economic Evaluation using INLA
Version: 0.0.1
Date: 2024-10-03
Authors@R: c(
person(given = "Gianluca",family = "Baio",role = c("aut", "cre"),email = "[email protected]"))
URL: https://github.com/giabaio/survHEinla, https://gianluca.statistica.it/software/survhe
BugReports: https://github.com/giabaio/survHEinla/issues
Description: A module to complement the backbone structure of the package survHE and
expand its functionality to run survival models under a Bayesian approach (based
on Integrated Nested Laplace Approximation; the underlying 'INLA' package is available
for download at <https://inla.r-inla-download.org/R/stable/>). <doi:10.18637/jss.v095.i14>.
License: GPL (>=3)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Biarch: true
Depends:
survHE,
R (>= 3.6.0),
dplyr
Imports:
flexsurv,
INLA
Additional_repositories:
https://inla.r-inla-download.org/R/stable/
SystemRequirements: GNU make
NeedsCompilation: yes