-
Notifications
You must be signed in to change notification settings - Fork 45
/
DESCRIPTION
executable file
·57 lines (57 loc) · 1.1 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
50
51
52
53
54
55
56
57
Type: Package
Package: psa
Title: Applied Propensity Score Analysis with R
Version: 0.1.2
Date: 2023-11-14
Author: Jason Bryer <jason@bryer.org>
Maintainer: Jason Bryer <jason@bryer.org>
Description: Shiny application and utility functions to assist with
conducting propensity score analysis in R. The functions and data in
this package are also used to support the 'bookdown' book, "Applied
Propensity Score Analaysis with R" <https://psa.bryer.org>.
License: GPL (>= 3)
URL: http://github.com/jbryer/psa
BugReports: https://github.com/jbryer/psa/issues
Depends:
R (>= 4.0.0)
Imports:
cowplot,
dplyr,
ggplot2,
grid,
Matching,
MatchIt,
mice,
plyr,
psych,
reshape2,
shiny
Suggests:
knitr,
lubridate,
mvtnorm,
party,
rmarkdown
Enhances:
badger,
BART,
bookdown,
devtools,
gdata,
GGally,
granova,
multilevelPSA,
PSAboot,
PSAgraphics,
randomForest,
rbounds,
rgenoud,
scholar,
stargazer,
tree,
TriMatch
VignetteBuilder:
knitr
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3