Interactive Factorial ANOVA Descriptives Homework Checker
Description
Creates a tinytable::tt() grid showing cell means and estimated marginal means (EMMs) for a 2 x 2 factorial design with fill-in-the-blank inputs.
Usage
create_factbg_desc_checker(
anova_results_list,
iv1_name = "IV1",
iv2_name = "IV2",
iv1_labels = NULL,
iv2_labels = NULL
)
Arguments
anova_results_list
|
Output from anova_factorial_answers(). Must include $Descriptives, $EMMs, and $FactorLevels.
|
iv1_name
|
Character. Display name for IV1. |
iv2_name
|
Character. Display name for IV2. |
iv1_labels
|
Character vector or NULL. Overrides default IV1 labels.
|
iv2_labels
|
Character vector or NULL. Overrides default IV2 labels.
|
Value
A tinytable object with embedded webexercise elements.