-
Notifications
You must be signed in to change notification settings - Fork 16
/
DESCRIPTION
70 lines (70 loc) · 2.81 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
Package: BAS
Version: 1.7.4
Date: 2024-11-14
Title: Bayesian Variable Selection and Model Averaging using Bayesian Adaptive Sampling
Authors@R: c(person("Merlise", "Clyde", email="[email protected]",
role=c("aut","cre", "cph"),
comment=c("ORCID=0000-0002-3595-1872")
),
person("Michael", "Littman", role="ctb"),
person("Joyee", "Ghosh", role="ctb"),
person("Yingbo", "Li", role="ctb"),
person("Betsy", "Bersson", role="ctb"),
person("Don", "van de Bergh", role="ctb"),
person("Quanli", "Wang", role="ctb"))
Depends:
R (>= 3.0)
Imports:
stats,
graphics,
utils,
grDevices
Suggests:
MASS,
knitr,
ggplot2,
GGally,
rmarkdown,
roxygen2,
dplyr,
glmbb,
testthat,
covr,
faraway
Description: Package for Bayesian Variable Selection and Model Averaging
in linear models and generalized linear models using stochastic or
deterministic sampling without replacement from posterior
distributions. Prior distributions on coefficients are
from Zellner's g-prior or mixtures of g-priors
corresponding to the Zellner-Siow Cauchy Priors or the
mixture of g-priors from Liang et al (2008)
<DOI:10.1198/016214507000001337>
for linear models or mixtures of g-priors from Li and Clyde
(2019) <DOI:10.1080/01621459.2018.1469992> in generalized linear models.
Other model selection criteria include AIC, BIC and Empirical Bayes
estimates of g. Sampling probabilities may be updated based on the sampled
models using sampling w/out replacement or an efficient MCMC algorithm which
samples models using a tree structure of the model space
as an efficient hash table. See Clyde, Ghosh and Littman (2010)
<DOI:10.1198/jcgs.2010.09049> for details on the sampling algorithms.
Uniform priors over all models or beta-binomial prior distributions on
model size are allowed, and for large p truncated priors on the model
space may be used to enforce sampling models that are full rank.
The user may force variables to always be included in addition to imposing
constraints that higher order interactions are included only if their
parents are included in the model.
This material is based upon work supported by the National Science
Foundation under Division of Mathematical Sciences grant 1106891.
Any opinions, findings, and
conclusions or recommendations expressed in this material are those of
the author(s) and do not necessarily reflect the views of the
National Science Foundation.
License: GPL (>= 3)
URL: https://merliseclyde.github.io/BAS/, https://github.com/merliseclyde/BAS
BugReports: https://github.com/merliseclyde/BAS/issues
Repository: CRAN
NeedsCompilation: yes
ByteCompile: yes
VignetteBuilder: knitr
Encoding: UTF-8
RoxygenNote: 7.3.2