-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
46 lines (46 loc) · 1.08 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
Package: spikeSlabGAM
Version: 1.1-20
Title: Bayesian Variable Selection and Model Choice for
Generalized Additive Mixed Models
Authors@R: c(person("Fabian", "Scheipl", role = c("aut", "cre"),
email = "[email protected]"),
person("Bettina", "Gruen", role = "ctb"))
Depends:
R (>= 2.15.1)
Imports:
coda,
cluster,
ggplot2 (>= 2.0.0),
gridExtra (>= 2.0.0),
interp,
MASS,
MCMCpack,
mvtnorm,
R2WinBUGS,
reshape,
scales,
splines,
parallel
Suggests:
mboost,
mlbench,
gtable,
knitr,
rmarkdown
Description: Bayesian variable selection, model choice, and regularized
estimation for (spatial) generalized additive mixed regression models
via stochastic search variable selection with spike-and-slab priors.
License: MIT + file LICENSE
URL: https://github.com/fabian-s/spikeSlabGAM
Collate:
'utils.R'
'spikeAndSlab.R'
'terms.R'
'ssGAMDesign.R'
'spikeSlabGAM.R'
'bugs.R'
'plot.R'
'predict.R'
'summary.R'
RoxygenNote: 7.1.2
VignetteBuilder: knitr