forked from Kenkleinman/clusterPower
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
49 lines (49 loc) · 1.64 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
Package: clusterPower
Version: 0.7.0
Date: 2021-01-27
Title: Power Calculations for Cluster-Randomized and Cluster-Randomized Crossover Trials
Maintainer: Ken Kleinman <[email protected]>
Authors@R: c(
person("Ken", "Kleinman", email = "[email protected]", rol = c("aut","cre")),
person("Alexandria", "Sakrejda", email = "[email protected]", rol = c("aut")),
person("Jon", "Moyer", email = "[email protected]", rol = c("aut")),
person("Joshua", "Nugent", email = "[email protected]", rol = c("aut")),
person("Nicholas", "Reich", email = "[email protected]", rol = c("aut")),
person("Daniel", "Obeng", email = "[email protected]", rol = c("ctb"))
)
License: GPL (>= 2)
Imports: lme4 (>= 1.0),
progress (>= 1.1.2),
dplyr(>= 0.7.5),
tidyr (>= 0.8.1),
R.utils (>= 2.10.1),
car (>= 3.0-4),
lmerTest (>= 3.1-2),
nlme,
foreach (>= 1.5.0),
shiny (>= 1.0.5),
methods (>= 4.0.0),
mathjaxr
Description: Calculate power for cluster randomized trials (CRTs) including multi-arm trials, individually randomized group treatment trials (IGRTTs), stepped wedge trials (SWTs) and others using closed-form (analytic) solutions, and estimates power using Monte Carlo methods.
Suggests:
MASS (<= 7.3-53),
geepack (>= 1.2),
nloptr (>= 1.2.2.2),
optimx (>= 2020-4.2),
doParallel (>= 1.0.15),
shinyBS (>= 0.61),
tidyverse (>= 1.1.1),
DT (>= 0.2),
stringr (>= 1.2.0),
CRTSize,
data.table,
testthat (>= 3.0.0),
knitr,
rmarkdown,
shinycssloaders
RdMacros:
mathjaxr
VignetteBuilder: knitr
Encoding: UTF-8
RoxygenNote: 7.1.1
Config/testthat/edition: 3