Interactive Within-Groups Factorial Descriptives Homework Checker
Description
Creates a tinytable::tt() grid showing cell means and estimated marginal means (EMMs) for a within-groups factorial design with fill-in-the-blank inputs. Supports arbitrary k × j designs.
Usage
create_factwg_desc_checker(
anova_results_list,
iv1_name = "IV1",
iv2_name = "IV2"
)
Arguments
anova_results_list
|
Output from anova_factwg_answers().
|
iv1_name
|
Character. Display name for IV1 (rows). |
iv2_name
|
Character. Display name for IV2 (columns). |
Value
A tinytable object with embedded webexercise elements.