-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
36 lines (36 loc) · 1.36 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
Package: goldilocksTwoArm
Title: Randomize cluster trials with confidence
Version: 0.0.0.9000
Authors@R: person(given = "gwynn", family = "gebeyehu", email = "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-1185-8446"))
Description: The goldilocksTwoArm package implements the theoretical permutation
approach developed in this article is an interactive Shiny application.
This package allows researchers to randomize cluster randomized trials with
confidence by visualizing the distribution of average differences in the
treatment and control arms in practice randomizations. The application also
allows researchers to randomize a trial and download the resultant
randomizations. The Goldilocks application is deployed on the web put some
researchers may prefer an R package.
URL: https://github.com/nzgwynn/goldilocksTwoArm, https://www.sciencedirect.com/science/article/pii/S245186542100048X, https://bit.ly/GoldilocksApp
BugReports: https://github.com/nzgwynn/goldilocksTwoArm/issues
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.1
Imports:
designmatch,
GGally,
ggplot2,
random,
readxl,
rmarkdown,
shiny,
stats,
Rglpk
Suggests:
testthat (>= 3.0.0),
grid,
lattice,
knitr
Config/testthat/edition: 3
VignetteBuilder: knitr