-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
32 lines (32 loc) · 1.19 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
Package: PSAgraphics
Title: Propensity Score Analysis Graphics
Version: 2.1.3
Date: 2024-03-05
Authors@R: c(
person("James", "Helmreich", , "James.Helmreich@Marist.edu", role = "aut"),
person("Robert", "Pruzek", role = "aut"),
person("Jason", "Bryer", , "jason@bryer.org", role = c("ctb", "cre"),
comment = c(ORCID = "0000-0002-2454-0402")),
person("KuangNan", "Xiong", role = "ctb")
)
Maintainer: Jason Bryer <jason@bryer.org>
Description: A collection of functions that primarily produce graphics to
aid in a Propensity Score Analysis (PSA). Functions include: cat.psa
and box.psa to test balance within strata of categorical and
quantitative covariates, circ.psa for a representation of the
estimated effect size by stratum, loess.psa that provides a graphic
and loess based effect size estimate, and various balance functions
that provide measures of the balance achieved via a PSA in a
categorical covariate.
License: GPL (>= 2)
URL: https://jbryer.github.io/PSAgraphics/
BugReports: https://github.com/jbryer/PSAgraphics/issues
Depends:
R (>= 2.14.0),
rpart
Imports:
graphics,
grDevices,
stats
Encoding: UTF-8
RoxygenNote: 7.2.3