-
-
Notifications
You must be signed in to change notification settings - Fork 18
/
_pkgdown.yml
69 lines (59 loc) · 1.26 KB
/
_pkgdown.yml
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
home:
title: The Superpower R package
description: An R pacakge for easy power analyses (mainly through simulation)
template:
opengraph:
image:
src: Sticker/Superpower2.PNG
alt: "Superpower logo"
twitter:
creator: "@exphysstudent"
card: summary_large_image
reference:
- title: "Settings"
contents:
- Superpower_options
- title: "ANOVA"
- subtitle: "Design"
contents:
- ANOVA_design
- print.design_aov
- plot.design_aov
- subtitle: "Power"
contents:
- ANOVA_power
- ANOVA_exact
- ANOVA_exact2
- emmeans_power
- plot_power
- print.sim_result
- plot.sim_result
- confint.sim_result
- title: "ANCOVA"
contents:
- ANCOVA_analytic
- ANCOVA_contrast
- ancova_power-methods
- title: "Justify your Alpha"
desc: >
Compromise functions for finding an optimal alpha level
contents:
- alpha_standardized
- ANOVA_compromise
- optimal_alpha
- p_standardized
- power_standardized_alpha
- opt_alpha-methods
- title: "Sensitivity Functions"
contents:
- morey_plot.ftest
- morey_plot.ttest
- title: "Other Power Functions"
contents:
- power.ftest
- power_oneway_ancova
- power_oneway_between
- power_oneway_within
- power_twoway_between
- power_threeway_between
- mu_from_ES