-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
31 lines (31 loc) · 992 Bytes
/
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
Package: halfmoon
Title: Techniques to Build Better Balance
Version: 0.1.0.9000
Authors@R:
person("Malcolm", "Barrett", , "[email protected]", role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0003-0299-5825"))
Description: Build better balance in causal inference models. 'halfmoon'
helps you assess propensity score models for balance between groups
using metrics like standardized mean differences and visualization
techniques like mirrored histograms. 'halfmoon' supports both
weighting and matching techniques.
License: MIT + file LICENSE
URL: https://github.com/r-causal/halfmoon,
https://r-causal.github.io/halfmoon/
BugReports: https://github.com/r-causal/halfmoon/issues
Depends:
R (>= 2.10)
Imports:
cli,
ggplot2,
tidyselect,
tidysmd (>= 0.2.0)
Suggests:
covr,
testthat (>= 3.0.0),
vdiffr
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3