-
Notifications
You must be signed in to change notification settings - Fork 11
/
DESCRIPTION
35 lines (35 loc) · 1.12 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
Package: RItools
Version: 0.3-4
Title: Randomization Inference Tools
Authors@R: c(person("Jake", "Bowers", role = c("aut", "cre"), email = "[email protected]"),
person("Mark", "Fredrickson", role = "aut", email = "[email protected]"),
person("Ben", "Hansen", role = "aut", email = "[email protected]"),
person("Josh", "Errickson", role = "ctb", email = "[email protected]"))
Description: Tools for randomization-based inference. Current focus is on the d^2 omnibus test of differences of means following Hansen and Bowers (2008) <doi:10.1214/08-STS254> . This test is useful for assessing balance in matched observational studies or for analysis of outcomes in block-randomized experiments.
License: GPL (>=2)
LazyData: true
Depends:
R (>= 3.5.0),
ggplot2
Imports:
grDevices,
abind,
xtable,
svd,
stats,
graphics,
methods,
survival,
SparseM,
tidyr,
tibble,
dplyr
Suggests:
knitr, rmarkdown,
testthat,
roxygen2,
MASS
Enhances: optmatch
URL: https://cran.r-project.org/package=RItools
RoxygenNote: 7.3.2
Encoding: UTF-8