forked from DeclareDesign/DesignLibrary
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
34 lines (34 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
Package: DesignLibrary
Type: Package
Title: Library of Research Designs
Version: 0.1.4.9999
Authors@R: c(person("Graeme", "Blair", email = "[email protected]", role = c("aut")),
person("Jasper", "Cooper", email = "[email protected]", role = c("aut", "cre")),
person("Alexander", "Coppock", email = "[email protected]", role = c("aut")),
person("Macartan", "Humphreys", email = "[email protected]", role = c("aut")),
person("Clara", "Bicalho", email = "[email protected]", role = c("aut")),
person("Neal", "Fultz", email = "[email protected]", role = c("aut")),
person("Lily", "Medina", email = "[email protected]", role = c("aut")))
Description:
A simple interface to build designs using the package 'DeclareDesign'.
In one line of code, users can specify the parameters of individual
designs and diagnose their properties. The designers can also be used
to compare performance of a given design across a range of combinations
of parameters, such as effect size, sample size, and assignment probabilities.
URL: https://declaredesign.org/library/, https://github.com/DeclareDesign/DesignLibrary
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Depends:
DeclareDesign (>= 0.17.0),
R (>= 3.4.0),
randomizr (>= 0.16.1),
fabricatr (>= 0.8.0),
estimatr (>= 0.16.0)
Imports:
generics,
rlang,
glue
Suggests:
testthat
RoxygenNote: 6.1.1