|
a |
|
b/DESCRIPTION |
|
|
1 |
Package: hsstan |
|
|
2 |
Type: Package |
|
|
3 |
Title: Hierarchical Shrinkage Stan Models for Biomarker Selection |
|
|
4 |
Version: 0.8.2.9000 |
|
|
5 |
Date: 2024-01-13 |
|
|
6 |
Authors@R: c(person("Marco", "Colombo", |
|
|
7 |
email="mar.colombo13@gmail.com", role=c("aut", "cre"), |
|
|
8 |
comment=c(ORCID="0000-0001-6672-0623")), |
|
|
9 |
person("Paul", "McKeigue", |
|
|
10 |
email="paul.mckeigue@ed.ac.uk", role="aut", |
|
|
11 |
comment=c(ORCID="0000-0002-5217-1034")), |
|
|
12 |
person("Athina", "Spiliopoulou", |
|
|
13 |
email="A.Spiliopoulou@ed.ac.uk", role="ctb", |
|
|
14 |
comment=c(ORCID="0000-0002-5929-6585"))) |
|
|
15 |
Description: Linear and logistic regression models penalized with hierarchical |
|
|
16 |
shrinkage priors for selection of biomarkers (or more general variable |
|
|
17 |
selection), which can be fitted using Stan (Carpenter et al. (2017) |
|
|
18 |
<doi:10.18637/jss.v076.i01>). It implements the horseshoe and regularized |
|
|
19 |
horseshoe priors (Piironen and Vehtari (2017) <doi:10.1214/17-EJS1337SI>), |
|
|
20 |
as well as the projection predictive selection approach to recover a sparse |
|
|
21 |
set of predictive biomarkers (Piironen, Paasiniemi and Vehtari (2020) |
|
|
22 |
<doi:10.1214/20-EJS1711>). |
|
|
23 |
License: GPL-3 |
|
|
24 |
URL: https://github.com/mcol/hsstan |
|
|
25 |
BugReports: https://github.com/mcol/hsstan/issues |
|
|
26 |
LazyData: yes |
|
|
27 |
Biarch: true |
|
|
28 |
Depends: |
|
|
29 |
R (>= 3.6) |
|
|
30 |
Imports: |
|
|
31 |
ggplot2, |
|
|
32 |
loo (>= 2.1.0), |
|
|
33 |
parallel, |
|
|
34 |
pROC, |
|
|
35 |
Rcpp, |
|
|
36 |
methods, |
|
|
37 |
rstan (>= 2.26.0), |
|
|
38 |
rstantools (>= 2.0.0), |
|
|
39 |
stats, |
|
|
40 |
utils |
|
|
41 |
LinkingTo: |
|
|
42 |
BH (>= 1.66.0.1), |
|
|
43 |
Rcpp (>= 0.12.15), |
|
|
44 |
RcppEigen (>= 0.3.3.4.0), |
|
|
45 |
RcppParallel (>= 5.0.1), |
|
|
46 |
StanHeaders (>= 2.26.0), |
|
|
47 |
rstan (>= 2.26.0) |
|
|
48 |
Suggests: |
|
|
49 |
testthat (>= 2.1.0) |
|
|
50 |
ByteCompile: yes |
|
|
51 |
NeedsCompilation: yes |
|
|
52 |
SystemRequirements: GNU make |
|
|
53 |
Encoding: UTF-8 |
|
|
54 |
RoxygenNote: 7.2.1 |
|
|
55 |
Roxygen: list(markdown=TRUE) |