-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathDESCRIPTION
48 lines (48 loc) · 1.57 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
Package: bama
Title: High Dimensional Bayesian Mediation Analysis
Version: 1.3.0
URL: https://github.com/umich-cphds/bama
BugReports: https://github.com/umich-cphds/bama/issues
Authors@R:
c(person(given = "Alexander",
family = "Rix",
role = c("aut"),
email = "alexrix@umich.edu"),
person(given = "Mike",
family = "Kleinsasser",
role = c("aut", "cre"),
email = "mkleinsa@umich.edu"),
person(given = "Yanyi",
family = "Song",
role = c("aut"),
email = "yanys@umich.edu"))
Description: Perform mediation analysis in the presence of high-dimensional
mediators based on the potential outcome framework. Bayesian Mediation
Analysis (BAMA), developed by Song et al (2019) <doi:10.1111/biom.13189> and
Song et al (2020) <arXiv:2009.11409>,
relies on two Bayesian sparse linear mixed models to simultaneously analyze
a relatively large number of mediators for a continuous exposure and outcome
assuming a small number of mediators are truly active. This sparsity
assumption also allows the extension of univariate mediator analysis by
casting the identification of active mediators as a variable selection
problem and applying Bayesian methods with continuous shrinkage priors on
the effects.
License: GPL-3
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.1
LinkingTo:
Rcpp,
RcppArmadillo,
RcppDist,
BH
Imports:
Rcpp,
parallel
Depends:
R (>= 3.5)
Suggests:
knitr,
rmarkdown
VignetteBuilder: knitr