09 November 2021 3 10K Report

I would like to do model comparisons using AIC with the package ARTool art(), which only does significance testing of the fixed effects. Is this possible? I am running an aligned rank transform ANOVA (a non-parametric ANOVA with one DV, a fixed effect and up to 3 random effects). The dependent variable is also a repeated measures design. When working with Linear Mixed Models I could use anova to compare the different models. However, having switched to ARTool and from lmer() to art() due to violating assumptions, the ability to use anova() to compare the AIC values of the different models is no longer available to me. I have checked within the package data and the original publication (http://faculty.washington.edu/wobbrock/pubs/chi-11.06.pdf) but have had no luck. Is it possible to compare multiple models created with artool? I have attached my R script below and thank you for your help.

m1

More Grace Walls's questions See All
Similar questions and discussions