Interactive Mixed Factorial ANOVA Homework Checker
Description
Creates a tinytable::tt() table for checking interaction, within-groups main effect, and between-groups main effect F-tests for a mixed (BG × WG) factorial ANOVA. Mixed designs have separate error terms for WS and BS effects.
Usage
create_factmg_anova_checker(
rh_name,
anova_results_list,
bg_name = "BG IV",
wg_name = "WG IV"
)
Arguments
rh_name
|
Character. Research hypothesis label. |
anova_results_list
|
Output from anova_factmg_answers().
|
bg_name
|
Character. Display name for the between-groups IV. |
wg_name
|
Character. Display name for the within-groups IV. |
Value
A tinytable object with embedded webexercise elements.