WG Factorial Main Effect Results Text
Description
Returns formatted text for a main effect test in a within-groups factorial ANOVA with descriptive/misleading evaluation. Each main effect uses its own separate error term.
Usage
format_factwg_main_effect_results(
anova_results_list,
iv_name = "IV",
which_iv = "IV1",
KEY = TRUE,
highlight = TRUE
)
factwg_main_effect_results(
anova_results_list,
iv_name = "IV",
which_iv = "IV1",
KEY = TRUE,
highlight = TRUE
)
Arguments
anova_results_list
|
Output from anova_factwg_answers().
|
iv_name
|
Character. Display name for the IV being tested. |
which_iv
|
Character. “IV1” or “IV2” to select which main effect.
|
KEY
|
Logical. If TRUE, show filled answers. If FALSE, show blanks.
|
highlight
|
Logical. If TRUE and KEY = TRUE, wrap answers in highlight markup.
|
Value
A character string with markdown/HTML formatting.