-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
21 lines (21 loc) · 1.18 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Package: miBMA
Title: Multiple imputation under Bayesian Model Averaging
Version: 0.0.0.9000
Authors@R:
c(person(given = "Sinan",
family = "Yavuz",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-3131-7820")),
person(given = "David",
family = "Kaplan",
role = "aut",
email = "[email protected]"))
Description: This package runs multiple imputation under Bayesian Model Averaging by focusing on the problem of imputation model uncertainty in the context of missing data problems. We argue that so called Bayesianly proper approaches to multiple imputation, although correctly accounting for uncertainty in imputation model parameters, ignore the uncertainty in the imputation model itself. We address imputation model uncertainty by implementing Bayesian model averaging as part of the imputation process. Bayesian model averaging accounts for both model and parameter uncertainty. We apply Bayesian model averaging to multiple imputation under the fully conditional specification approach.
License: GPL-3
Encoding: UTF-8
LazyData: true
Imports:
mice,
BMA
RoxygenNote: 6.1.1