> eta_squared(model) Condition_SNB Language_used_SNB 0.990834015 0.003887985 Warning message: In tidy.anova(model) : The following column names in ANOVA output were not recognized or transformed: NumDF, DenDF
r # Now, we can visualise the results of the ANOVA with eta2: library(ggpubr) # Create data frame with eta2 values df1 <- as.data.frame(eta_squared(model)) df1