-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
35 lines (35 loc) · 1.91 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
Package: PUMP
Type: Package
Title: Power Under Multiplicity Project
Version: 1.0.4
Authors@R: c(
person("Luke", "Miratrix", email = "[email protected]", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-0078-1906")),
person("Kristen", "Hunter", email = "[email protected]", role = c("aut"), comment = c(ORCID = "0000-0002-5678-4620")),
person("Zarni", "Htet", role = "aut"),
person("Kristin", "Porter", email = "[email protected]", role = "aut"),
person("MDRC", role = "cph"),
person("Institute of Education Sciences", role = "fnd")
)
Description: Estimates power, minimum detectable effect size (MDES) and sample size requirements. The context is multilevel randomized experiments with multiple outcomes. The estimation takes into account the use of multiple testing procedures. Development of this package was supported by a grant from the Institute of Education Sciences (R305D170030). For a full package description, including a detailed technical appendix, see <doi:10.18637/jss.v108.i06>.
URL: https://github.com/MDRCNY/PUMP, https://mdrcny.github.io/PUMP/
BugReports: https://github.com/MDRCNY/PUMP/issues
Depends: R (>= 3.5.0)
Imports: dplyr, ggthemes, ggplot2, ggpubr, glue, future, lme4,
magrittr, methods, mvtnorm, parallel, purrr, randomizr, readr,
rlang, stats, stringr, tibble, tidyr, tidyselect
Suggests: furrr, here, kableExtra, knitr, PowerUpR (>= 1.1.0), testthat
License: GPL-3
Encoding: UTF-8
RoxygenNote: 7.3.2
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2025-03-02 14:36:15 UTC; lmiratrix
Author: Luke Miratrix [aut, cre] (<https://orcid.org/0000-0002-0078-1906>),
Kristen Hunter [aut] (<https://orcid.org/0000-0002-5678-4620>),
Zarni Htet [aut],
Kristin Porter [aut],
MDRC [cph],
Institute of Education Sciences [fnd]
Maintainer: Luke Miratrix <[email protected]>
Repository: CRAN
Date/Publication: 2025-03-12 12:00:02 UTC