-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
25 lines (25 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
Package: MatchThem
Title: Matching and Weighting Multiply Imputed Datasets
Description: Provides essential tools for the pre-processing techniques of matching and weighting multiply imputed datasets. The package includes functions for matching within and across multiply imputed datasets using various methods, estimating weights for units in the imputed datasets using multiple weighting methods, calculating causal effect estimates in each matched or weighted dataset using parametric or non-parametric statistical models, and pooling the resulting estimates according to Rubin's rules (please see <https://journal.r-project.org/archive/2021/RJ-2021-073/> for more details).
Version: 1.2.2
Authors@R: c(person("Farhad", "Pishgar", role = c("aut", "cre"), email = "[email protected]"),
person("Noah", "Greifer", role = "aut", email = "[email protected]"),
person("Clémence", "Leyrat", role = "ctb", email = "[email protected]"),
person("Elizabeth", "Stuart", role = "ctb", email = "[email protected]"))
Maintainer: Farhad Pishgar <[email protected]>
Depends: R (>= 3.6.0)
Imports: MatchIt (>= 4.0.0), mice, rlang, survey, WeightIt
Suggests: Amelia, cobalt (>= 4.0.0), R.rsp
URL: https://github.com/FarhadPishgar/MatchThem
BugReports: https://github.com/FarhadPishgar/MatchThem/issues
License: GPL (>= 2)
Encoding: UTF-8
LazyData: true
VignetteBuilder: R.rsp
RoxygenNote: 7.3.1
NeedsCompilation: no
Author: Farhad Pishgar [aut, cre],
Noah Greifer [aut],
Clémence Leyrat [ctb],
Elizabeth Stuart [ctb]
Roxygen: list(markdown = TRUE)