forked from tylermorganwall/skpr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
42 lines (42 loc) · 1.45 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
Package: skpr
Title: Design of Experiments Suite: Generate and Evaluate Optimal Designs
Version: 0.64.8
Authors@R: c(person("Tyler", "Morgan-Wall", email = "[email protected]", role = c("aut", "cre")),
person("George", "Khoury", email = "[email protected]", role = c("aut")))
Description: Generates and evaluates D, I, A, Alias, E, T, and G optimal designs. Supports generation and evaluation of blocked and split/split-split/.../N-split plot designs. Includes parametric and Monte Carlo power evaluation functions, and supports calculating power for censored responses. Provides a framework to evaluate power using functions provided in other packages or written by the user. Includes a Shiny graphical user interface that displays the underlying code used to create and evaluate the design to improve ease-of-use and make analyses more reproducible.
Copyright: Institute for Defense Analyses
Depends:
R (>= 3.0.2),
shiny
License: GPL-3
LazyData: true
RoxygenNote: 7.1.0
Imports:
utils,
iterators,
stats,
lme4,
Rcpp (>= 0.11.0),
rintrojs,
shinythemes,
foreach,
doParallel,
survival,
knitr,
kableExtra,
doRNG,
future,
promises,
shinyjs,
car,
viridis,
magrittr,
lmerTest,
methods,
lazyeval,
crayon
LinkingTo: Rcpp, RcppEigen
Suggests: testthat
Encoding: UTF-8
URL: https://github.com/tylermorganwall/skpr
BugReports: https://github.com/tylermorganwall/skpr/issues