Interactive Mixed Factorial Descriptives Homework Checker
Description
Creates a tinytable::tt() grid showing cell means and estimated marginal means (EMMs) for a mixed (BG × WG) factorial design with fill-in-the-blank inputs.
Usage
create_factmg_desc_checker(
anova_results_list,
bg_name = "BG IV",
wg_name = "WG IV"
)
Arguments
anova_results_list
|
Output from anova_factmg_answers().
|
bg_name
|
Character. Display name for the BG IV. |
wg_name
|
Character. Display name for the WG IV. |
Value
A tinytable object with embedded webexercise elements.