You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I am getting an error since I updated Rstudio, R and all the packages including afex. When I ran a model that was working before I am getting a error that I did not have before.
Error in ctrl$optimizer <- optimizer[..i] : object of type 'symbol' is not subsettable
Hi,
I am getting an error since I updated Rstudio, R and all the packages including afex. When I ran a model that was working before I am getting a error that I did not have before.
Error in ctrl$optimizer <- optimizer[..i] : object of type 'symbol' is not subsettable
object= mixed(Y ~ Cond1*Cond2+ (1+Cond1+Cond2|Subj), data= ds, type=2, method = "LRT", all_fit = T,control=cntrl.lmer)
cntrl.lmer
is defined as followscntrl.lmer= lmerControl(optimizer="bobyqa", optCtrl=list(maxfun=50000))
I am not sure how I can solve it and what it means exactly.
The text was updated successfully, but these errors were encountered: