-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
36 lines (36 loc) · 1.21 KB
/
DESCRIPTION
File metadata and controls
36 lines (36 loc) · 1.21 KB
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.11
Authors@R: c(
person(given = "Gianluca",family = "Baio",role = c("aut", "cre"),email = "g.baio@ucl.ac.uk"),
person("Philip","Cooney",role="ctb",email="philip.cooney@hotmail.com"),
person("Andrew","Jones",role="ctb",email="andrew.r.johnson@postgrad.curtin.edu.au"))
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: GPL-3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2.9000
Biarch: true
Depends:
R (>= 4.1.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