Fits a repeated-measures ANOVA using afex::aov_ez() and checks design
integrity, sphericity handling, row-order and participant-label invariance,
outcome transformations, residual screening, and feasible participant-deletion
influence checks.
statwitness_repeated(
data,
outcome,
id,
within,
between = NULL,
focus = NULL,
type = 3,
correction = "GG",
tolerance = 1e-07,
seed = 20260712,
audit_level = c("standard", "core", "thorough")
)An object of class statwitness_audit.
A long-format data frame.
Name of the numeric outcome column.
Name of the participant identifier column.
Character vector of within-subject factor names.
Optional between-subject factor names.
Optional omnibus effect name.
Sums-of-squares type passed to afex::aov_ez().
Sphericity correction, usually "GG".
Relative numerical tolerance.
Seed for row-order testing.
Audit breadth: "core", "standard", or "thorough".