MG Factorial Interaction Results Text

Description

Returns formatted text for the interaction test in a mixed (BG x WG) factorial ANOVA. Uses the within-subjects error term for the interaction.

Usage

format_factmg_interaction_results(
  anova_results_list,
  KEY = TRUE,
  highlight = TRUE
)

factmg_interaction_results(anova_results_list, KEY = TRUE, highlight = TRUE)

Arguments

anova_results_list Output from anova_factmg_answers().
KEY Logical. If TRUE, show filled answers. If FALSE, show blanks.
highlight Logical. If TRUE and KEY = TRUE, wrap answers in highlight markup for Quarto/RMarkdown.

Value

A character string with markdown/HTML formatting.