When I use linReg to run a model, I get an error "Error in eval(predvars, data, env) : object '.RW5qb3k' not found." The object is always a different combination of numbers and letters, and I am not sure where this is coming from.
I have attached the data as a .csv.
* I have updated R Studio, packages, etc. I clear my environment before I begin anything. Not sure where to go from here so any and all help is welcome!
model1 <- linReg(data = dat, dep = 'Intent', blocks = list(c('Enjoy')), stdEst = TRUE)
model1