-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
executable file
·49 lines (49 loc) · 1.46 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
Type: Package
Package: PSAboot
Title: Bootstrapping for Propensity Score Analysis
Version: 1.3.8
Date: 2023-10-23
Authors@R:
person("Jason", "Bryer", , "jason@bryer.org", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-2454-0402"))
Maintainer: Jason Bryer <jason@bryer.org>
Description: It is often advantageous to test a hypothesis more than once
in the context of propensity score analysis (Rosenbaum, 2012)
<doi:10.1093/biomet/ass032>. The functions in this package facilitate
bootstrapping for propensity score analysis (PSA). By default,
bootstrapping using two classification tree methods (using 'rpart' and
'ctree' functions), two matching methods (using 'Matching' and
'MatchIt' packages), and stratification with logistic regression. A
framework is described for users to implement additional propensity
score methods. Visualizations are emphasized for diagnosing balance;
exploring the correlation relationships between bootstrap samples and
methods; and to summarize results.
License: GPL
URL: https://github.com/jbryer/PSAboot
BugReports: https://github.com/jbryer/PSAboot/issues
Depends:
ggplot2,
graphics,
PSAgraphics,
R (>= 3.0)
Imports:
ggthemes,
Matching,
MatchIt,
modeltools,
parallel,
party,
psych,
reshape2,
rpart,
stats,
TriMatch,
utils
Suggests:
knitr,
rmarkdown
VignetteBuilder:
knitr
Encoding: UTF-8
LazyLoad: yes
RoxygenNote: 7.2.3