forked from ngreifer/MatchThem
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
25 lines (25 loc) · 1.8 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 the necessary tools for the pre-processing techniques of matching and weighting multiply imputed datasets to control for effects of confounders and to reduce the degree of dependence on certain modeling assumptions in studying the causal associations between an exposure and an outcome. This package includes functions to perform matching within and across the multiply imputed datasets using several matching methods, to estimate weights of units in the imputed datasets using several weighting methods, to calculate the causal effect estimate in each matched or weighted dataset using parametric or non-parametric statistical models, and to pool the obtained estimates from these models according to Rubin's rules (please see <https://github.com/FarhadPishgar/MatchThem> for details).
Version: 1.0.0
Authors@R: c(person("Farhad", "Pishgar", role = c("aut", "cre"), email = "[email protected]"),
person("Noah", "Greifer", role = "aut", email = "[email protected]",
comment=c(ORCID="0000-0003-3067-7154")),
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), mice
Imports: MatchIt (>= 4.0.0), 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.1.1
NeedsCompilation: no
Author: Farhad Pishgar [aut, cre],
Noah Greifer [aut],
Clémence Leyrat [ctb],
Elizabeth Stuart [ctb]