1
1
NEWS
2
2
================
3
3
4
- Updated Tue Dec 07 2021
4
+ Updated Mon Oct 10 2022
5
+
6
+ # Superpower 0.2.1 – “Jade”
7
+
8
+ - Minor fix to the plot_power function
9
+ - Major updates to the Shiny apps
10
+ - Changes design input to a more friendly UI
5
11
6
12
# Superpower 0.2.0 – “Green Lantern”
7
13
8
- - Added power \_ oneway \_ ancova & power \_ con \_ ancova to allow for a
9
- basic power analysis of an analysis of covariance (ANCOVA) for
10
- one-way, between group designs.
11
- - Added ANCOVA \_ analytic and ANCOVA \_ contrast which allow for power
14
+ - Added power_oneway_ancova & power_con_ancova to allow for a basic
15
+ power analysis of an analysis of covariance (ANCOVA) for one-way,
16
+ between group designs.
17
+ - Added ANCOVA_analytic and ANCOVA_contrast which allow for power
12
18
analyses for factorial designs and user specified contrasts.
13
- - Added the label \_ list argument to ANOVA \_ design and ANCOVA \_ analytic
19
+ - Added the label_list argument to ANOVA_design and ANCOVA_analytic
14
20
functions. Now labels can be assigned to factors and levels in a
15
21
more sane fashion using named lists.
16
22
17
23
# Superpower 0.1.2 – “Rex Splode”
18
24
19
- - Minor fixes to power \_ standardized \_ alpha to keep Superpower on CRAN
25
+ - Minor fixes to power_standardized_alpha to keep Superpower on CRAN
20
26
21
27
# Superpower 0.1.1 – “Black Canary”
22
28
23
- - Added morey \_ plot functions.
29
+ - Added morey_plot functions.
24
30
- Plot the effect size (x-axis) at different sample sizes (facets)
25
31
and at different alpha levels (color).
26
32
- These plots are helpful in determining the sensitivity of
27
33
statistical tests (t-test and F-test) across a range of effect
28
34
sizes.
29
- - Added confint method for ANOVA \_ power produced objects
30
- - Calculates confidence level for binomial proportion (\ # of
35
+ - Added confint method for ANOVA_power produced objects
36
+ - Calculates confidence level for binomial proportion (# of
31
37
results that are below alpha level) confidence intervals
32
- (Wilson, 1927)) .
38
+ (Wilson, 1927).
33
39
- Minor changes to Shiny apps to fix glitches.
34
40
35
41
# Superpower 0.1.0
36
42
37
- - Added ANOVA \_ exact2 function as an extension of ANOVA \_ exact
43
+ - Added ANOVA_exact2 function as an extension of ANOVA_exact
38
44
- Now functional across all sample sizes but does not return a
39
45
dataframe of afex aov object
40
- - liberal \_ lambda argument added: allows users to specify the type of
46
+ - liberal_lambda argument added: allows users to specify the type of
41
47
lambda calculations
42
- - When liberal \_ lambda = TRUE; lambda = cohen \_ f ^2 \* (num \_ df +
43
- den \_ df + 1)
44
- - When liberal \_ lambda = FALSE; lambda = cohen \_ f ^2 \* den \_ df
48
+ - When liberal_lambda = TRUE; lambda = cohen_f ^2 \* (num_df +
49
+ den_df + 1)
50
+ - When liberal_lambda = FALSE; lambda = cohen_f ^2 \* den_df
45
51
- Optimal alpha functions from JustifieR package added
46
- - ANOVA \_ compromise function added which allows a compromise power
52
+ - ANOVA_compromise function added which allows a compromise power
47
53
analysis to be performed for all comparisons in a design
48
- - ANOVA \_ design now returns as a class “design \_ aov ” with specific
49
- print and plot methods see ?` design_aov-methods `
50
- - generate \_ cor \_ matrix function is now a non-exported function
51
- within the package (no longer contained within ANOVA \_ design )
52
- - All simulation functions ANOVA \_ power, ANOVA \_ exact , and
53
- ANOVA \_ exact2 now returns as a class “sim \_ result ” with specific
54
- print and plot methods see ?` sim_result-methods `
55
- - plot \_ power now has reduced sample size limitations -Option to use
56
- ANOVA \_ exact2 (exact2 argument) improves functionality (not limited
54
+ - ANOVA_design now returns as a class “design_aov ” with specific print
55
+ and plot methods see ?` design_aov-methods `
56
+ - generate_cor_matrix function is now a non-exported function
57
+ within the package (no longer contained within ANOVA_design )
58
+ - All simulation functions ANOVA_power, ANOVA_exact , and ANOVA_exact2
59
+ now returns as a class “sim_result ” with specific print and plot
60
+ methods see ?` sim_result-methods `
61
+ - plot_power now has reduced sample size limitations -Option to use
62
+ ANOVA_exact2 (exact2 argument) improves functionality (not limited
57
63
to product of factors)
58
64
- Updated vignettes to include updated information on functions
59
65
- New vignette “Introduction to Justifying Alpha Levels”
60
66
- New Shiny App: justify
61
- - Creates a UI for utilizing the ANOVA \_ compromise function via
67
+ - Creates a UI for utilizing the ANOVA_compromise function via
62
68
Shiny
63
69
64
70
# Superpower 0.0.5
65
71
66
- - Superpower \_ options (“plot”) is now set to TRUE. Plots will, by
67
- default, be printed -Easily reset with Superpower \_ options (plot =
72
+ - Superpower_options (“plot”) is now set to TRUE. Plots will, by
73
+ default, be printed -Easily reset with Superpower_options (plot =
68
74
FALSE)
69
- - plot \_ power has new features -Plots now show desired power -min \_ n
70
- is now limited; smallest min \_ n allowed is equal to the product of
71
- the design (e.g., ’2b\* 2b’ has a smallest min \_ n of 4)
72
- - Small update to plot \_ power to fix minor error in original code
75
+ - plot_power has new features -Plots now show desired power -min_n is
76
+ now limited; smallest min_n allowed is equal to the product of the
77
+ design (e.g., ’2b\* 2b’ has a smallest min_n of 4)
78
+ - Small update to plot_power to fix minor error in original code
73
79
-Error resulted in power estimates being \~ 0.1-0.5% off actual power
74
80
estimate
75
81
76
82
# Superpower 0.0.4
77
83
78
- - Added emmeans \_ power function
84
+ - Added emmeans_power function
79
85
- Documentation added to the vignette
80
86
- Small updates to the Shiny apps to fix typos
81
87
82
88
# Superpower 0.0.3
83
89
84
90
- Unequal sample size in the design is now permitted -Limited to the
85
- ANOVA \_ design and ANOVA \_ power functions
91
+ ANOVA_design and ANOVA_power functions
86
92
87
93
- Added estimated marginal means comparisons using ` emmeans ` R
88
94
package.
89
95
90
- - ` emm = TRUE ` in the ANOVA \_ power, ANOVA \_ exact , and plot \_ power
96
+ - ` emm = TRUE ` in the ANOVA_power, ANOVA_exact , and plot_power
91
97
will result in emmeans being calculated
92
98
- Default is all pairwise comparisons but this can be modified
93
99
with ` contrast_type ` and ` emm_comp ` options
@@ -96,13 +102,13 @@ Updated Tue Dec 07 2021
96
102
97
103
- Options that have crossover between functions can now be set
98
104
globally for the package
99
- - Includes: verbose, emm, emm \_ model, contrast \_ type ,
100
- alpha \_ level, and plot
101
- - These global options can be seen with Superpower \_ options ()
105
+ - Includes: verbose, emm, emm_model, contrast_type, alpha_level ,
106
+ and plot
107
+ - These global options can be seen with Superpower_options ()
102
108
103
109
- Updated Shiny Apps
104
110
105
- - Unequal n allowed for ANOVA \_ power
111
+ - Unequal n allowed for ANOVA_power
106
112
- Added numeric input for alpha level (no longer slider)
107
113
- Now includes emmeans options
108
114
- kableExtra, emmeans, magrittr, and dplyr packages now needed to
0 commit comments