-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
31 lines (31 loc) · 1.09 KB
/
Copy pathDESCRIPTION
File metadata and controls
31 lines (31 loc) · 1.09 KB
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
Package: SteppedPower
Type: Package
Title: Power Calculation for Stepped Wedge Designs
Version: 0.4.0
Authors@R: c(
person("Philipp", "Mildenberger", role = c("aut", "cre"), email = "pmildenb@uni-mainz.de", comment = c(ORCID = "0000-0002-7367-1708")),
person("Federico", "Marini", role = "ctb", email = "marinif@uni-mainz.de", comment = c(ORCID = "0000-0003-3252-7758")))
Description: Tools for power and sample size
calculation as well as design diagnostics for
longitudinal mixed model settings, with a focus on stepped wedge designs.
All calculations are oracle estimates i.e. assume random effect variances
to be known (or guessed) in advance.
The method is introduced in Hussey and Hughes (2007) <doi:10.1016/j.cct.2006.05.007>,
extensions are discussed in Li et al. (2020) <doi:10.1177/0962280220932962>.
Imports:
Matrix,
plotly,
Rfast,
grDevices,
stats,
utils
Suggests:
knitr,
rmarkdown,
pwr,
testthat
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown=TRUE)
VignetteBuilder: knitr
Config/roxygen2/version: 8.0.0