Create APA descriptives table for ANOVA

Description

Create APA descriptives table for ANOVA

Usage

create_apa_anova_descriptives_table(
  anova_results,
  group_labels = NULL,
  dv_label = "Dependent Variable",
  KEY = TRUE
)

Arguments

anova_results A results list from bg_anova_answers().
group_labels Labels for the groups.
dv_label Label for the dependent variable.
KEY If TRUE, show filled values; if FALSE, show blanks.

Value

A flextable object.