Format within-groups ANOVA results for fill-in-the-blank output

Description

Format within-groups ANOVA results for fill-in-the-blank output

Usage

format_wg_anova_results(
  rh_name,
  dv_name,
  anova_results_list,
  condition_labels = NULL,
  KEY = TRUE,
  digits = 2
)

Arguments

rh_name Name/number of research hypothesis.
dv_name Display name for the DV/measure.
anova_results_list A results list from wg_anova_answers().
condition_labels Labels for conditions/time points.
KEY If TRUE, show answers; if FALSE, show blanks.
digits Number of decimal places (default 2).

Value

Character string of formatted results.