Generation

fix invalid codeSat, 06 May 2023

> anova_table <- Anova(model, type = "III") > library(report) > report(anova_model) Error in report(anova_model) : object 'anova_model' not found

> anova_table <- Anova(model, type = "III") > report(anova_table)

Questions about programming?Chat with your personal AI assistant