Hello RStudio Community,
I am running the Aligned Ranks Transformation ANOVA example presented by Salvatore Mangiafico in his online book: R Handbook: Aligned Ranks Transformation ANOVA (rcompanion.org).
The creation of the model: model.lm <- artlm(model, “Location”) works well with R 4.0.0 and lower versions. It does not work with R v.4.0.2 – v.4.0.4. The error message is as follows:
Error in eval(predvars, data, env) : object '.y' not found
There is no variable with the name “.y” in the dataset. Any advice will be appreciated.