Evaluate Restriction Performance Using ANOVA
eval_restriction_performance.Rd
Applies linear models for each restriction in a list of data frames, testing ability of restrictions to explain specified response variables. Extracts ANOVA statistics and model summaries.
Value
A data frame combining ANOVA results for all models and response variables, with columns:
method: Identifier of the combo/data frame.
model: Restriction name.
response_variable: Response variable tested.
AIC: Akaike Information Criterion value for the model.
df: Degrees of freedom used in the ANOVA.
F_statistic: F statistic from the ANOVA.
p_value: p-value from the ANOVA F-test.
multiple_R2: Multiple R-squared of the model.
adjusted_R2: Adjusted R-squared of the model.