Interactive Within-Groups Factorial ANOVA Homework Checker
Description
Creates a tinytable::tt() table for checking interaction and main effect F-tests for a within-groups factorial ANOVA. Each effect has its own error term (separate residuals).
Usage
create_factwg_anova_checker(
rh_name,
anova_results_list,
iv1_name = "IV1",
iv2_name = "IV2"
)
Arguments
rh_name
|
Character. Research hypothesis label. |
anova_results_list
|
Output from anova_factwg_answers().
|
iv1_name
|
Character. Display name for IV1. |
iv2_name
|
Character. Display name for IV2. |
Value
A tinytable object with embedded webexercise elements.