-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathDESCRIPTION
More file actions
36 lines (36 loc) · 1.11 KB
/
Copy pathDESCRIPTION
File metadata and controls
36 lines (36 loc) · 1.11 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
32
33
34
35
36
Package: ANOVApower
Title: Simulation-Based Power Analysis for ANOVA Designs
Version: 0.0.3
Authors@R:
person(given = "Daniel",
family = "Lakens",
role = c("aut", "cre"),
email = "D.Lakens@tue.nl")
person(given = "Aaron",
family = "Caldwell",
role = c("aut", "cre"),
email = "arcaldwell49@gmail.com")
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.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.1
Imports:
mvtnorm,
MASS,
afex,
emmeans,
ggplot2,
gridExtra,
reshape2,
stats
Suggests:
knitr,
rmarkdown,
pwr,
testthat,
dplyr,
covr,
jmvcore
VignetteBuilder:
knitr