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
I was recently trying a glmfit. I tested the example given in the help for the function (glmfit_multilevel) and I get the following error. It seems that the error is rather deep in the code and I am not good enough with statistics to determine how to fix this. Has something changed since the example was written and tested?
Undefined operator '*' for input arguments of type 'cell'.
Error in glmfit_general>get_weights_based_on_varcomponents (line 506)
SSW = dfwithin' * s2within; % 1 x nvars, within-subjects sum sq. errors. dfwithin must be row vector
Error in glmfit_general (line 147)
[W, btwn_var_est] = get_weights_based_on_varcomponents(s2within, s2between_ols, dfwithin, verbose);
Error in glmfit_multilevel (line 232)
stats = glmfit_general( ...
Many thanks,
Rob
The text was updated successfully, but these errors were encountered:
Hello there,
I was recently trying a glmfit. I tested the example given in the help for the function (glmfit_multilevel) and I get the following error. It seems that the error is rather deep in the code and I am not good enough with statistics to determine how to fix this. Has something changed since the example was written and tested?
Many thanks,
Rob
The text was updated successfully, but these errors were encountered: