-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
36 lines (36 loc) · 1.22 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
Package: survHEhmc
Title: Survival Analysis in Health Economic Evaluation using Hamiltonian Monte Carlo
Version: 0.0.1
Authors@R: c(
person(given = "Gianluca",family = "Baio",role = c("aut", "cre"),email = "[email protected]"),
person("Philip","Cooney",role="ctb",email="[email protected]"),
person("Andrew","Jones",role="ctb",email="[email protected]"))
URL: https://github.com/giabaio/survHEhmc/, https://gianluca.statistica.it/software/survhe/
BugReports: https://github.com/giabaio/survHEhmc/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 Hamiltonian Monte Carlo). <doi:10.18637/jss.v095.i14>.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Biarch: true
Depends:
R (>= 3.6.0),
survHE,
dplyr
Imports:
methods,
Rcpp (>= 0.12.0),
rstan (>= 2.18.1),
flexsurv,
tibble,
rstantools (>= 2.3.0)
LinkingTo:
BH (>= 1.66.0),
Rcpp (>= 0.12.0),
RcppEigen (>= 0.3.3.3.0),
RcppParallel (>= 5.0.1),
rstan (>= 2.18.1),
StanHeaders (>= 2.18.0)
SystemRequirements: GNU make