-
-
Notifications
You must be signed in to change notification settings - Fork 18
/
DESCRIPTION
51 lines (51 loc) · 1.84 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
50
51
Package: Superpower
Title: Simulation-Based Power Analysis for Factorial Designs
Version: 0.2.2
Authors@R: c(person(given = "Aaron",
family = "Caldwell",
role = c("aut", "cre"),
email = "arcaldwell49@gmail.com"),
person(given = "Daniel",family = "Lakens",
role = c("aut"),
email = "D.Lakens@tue.nl"),
person(given = "Lisa",
family = "DeBruine",
role = c("ctb"),
email = "debruine@gmail.com"),
person(given = "Jonathon",
family = "Love",
role = c("ctb"),
email = "jon@thon.cc"),
person(given = "Frederik",
family = "Aust",
email = "frederik.aust@uni-koeln.de",
role = c("ctb"),
comment = c(ORCID = "0000-0003-4900-788X")))
Description: Functions to perform simulations of ANOVA designs of up to three factors. Calculates the observed power and average observed effect size for all main effects and interactions in the ANOVA, and all simple comparisons between conditions. Includes functions for analytic power calculations and additional helper functions that compute effect sizes for ANOVA designs, observed error rates in the simulations, and functions to plot power curves. Please see Lakens, D., & Caldwell, A. R. (2021). "Simulation-Based Power Analysis for Factorial Analysis of Variance Designs". <doi:10.1177/2515245920951503>.
URL: https://aaroncaldwell.us/SuperpowerBook/
BugReports: https://github.com/arcaldwell49/Superpower/issues
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.2.3
Imports:
MASS,
afex,
emmeans,
ggplot2,
reshape2,
stats,
dplyr,
magrittr,
tidyselect,
tidyr
Suggests:
knitr,
rmarkdown,
pwr,
testthat,
covr,
jmvcore,
spelling
VignetteBuilder:
knitr
Language: en-US