README.md

powerANOVA: Power Analysis for Repeated Measures ANOVA.

Project Status: WIP – Initial development is in progress, but there has not yet been a stable, usable release suitable for the public.

powerANOVA is an R package intended as a companion to the article "A Tutorial on Using the Paired t-Test for Power Calculations in Repeated Measures ANOVA". Supplementary materials for the article can be found on osf.

1 Installation

powerANOVA is not on CRAN. The development version of powerANOVA can be installed directly from this GitHub repository using the additional package devtools.

# install devtools
install.packages("devtools")

# install subgroupsem
devtools::install_github("langenberg/powerANOVA")

2 Usage

First, load the package using the following command:

library(powerANOVA)

2.1 Graphical User Interface (GUI)

powerANOVA includes an easy to use GUI. The GUI is a shiny app which can be loaded using the following command:

power_gui()

The command will open a browser tab. The GUI is very self-explaining. Simply close the browser when you want to terminate the GUI.

2.2 Converters

2.3 Plots

2.4 Power Calculators



langenberg/LangenbergJanczykKoobKlieglMayer2021_power_anova documentation built on March 1, 2024, 3:23 p.m.