-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathDESCRIPTION
66 lines (66 loc) · 1.5 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
58
59
60
61
62
63
64
65
66
Package: simulator
Title: An Engine for Running Simulations
Version: 0.2.4
Date: 2023-02-01
Authors@R: person("Jacob", "Bien", email = "jbien@usc.edu", role = c("aut", "cre"))
Description: A framework for performing simulations such as those common in
methodological statistics papers. The design principles of this package
are described in greater depth in Bien, J. (2016) "The simulator: An Engine
to Streamline Simulations," which is available at <arXiv:1607.00021>.
Depends:
R (>= 3.5.0)
Imports:
methods,
graphics,
grDevices,
stats,
utils,
magrittr
Suggests:
digest,
ggplot2,
knitr,
rmarkdown,
testthat,
glmnet,
mvtnorm
License: GPL-3
LazyData: true
VignetteBuilder: knitr
URL: https://github.com/jacobbien/simulator
BugReports: https://github.com/jacobbien/simulator/issues
Encoding: UTF-8
Collate:
'evals-class.R'
'output-class.R'
'component-class.R'
'model-class.R'
'draws-class.R'
'reference-classes.R'
'simulation-class.R'
'add-to-simulation.R'
'aggregator-class.R'
'utils.R'
'create.R'
'draws.R'
'evaluate.R'
'metric-class.R'
'method-class.R'
'examples.R'
'extended-method-class.R'
'get-from-simulation.R'
'import_from.R'
'load.R'
'manage.R'
'method-extension-class.R'
'methods.R'
'models.R'
'parallel-draws.R'
'parallel-methods.R'
'parallel.R'
'plot_eval.R'
'plot_eval_by.R'
'plot_evals.R'
'tables.R'
'zzz.R'
RoxygenNote: 7.2.3