Hello, I am following along the simplistics_stats YouTube video "Using Flexplot for Mixed Models". I have loaded the dataset jedi.csv and have copied the code exactly as is into my R script in RStudio. Everything runs fine, and I get the same results as you, up until the line "estimates(model)". When running this line of code, I receive the error: Error in str2lang(x) : :1:15: unexpected ')' 1: darkness~1+(1|)
^".
How can I fix this?
Thank you!