Hi everyone,
I've fitted a lme model with my dataset of 43 features x 208000 samples. There are many NaN values in the dataset, but lme function has dealt with them and has worked succesfully. Now, I'm trying to create another model with glme function, with the same dataset but for a binary response variable. Matlab complains, saying the following:
"Error using classreg.regr.lmeutils.StandardLinearLikeMixedModel/validateX (line 288) X must have rank 25."
The response variable contains only 0 and 1 values, so I really don't see the problem. glme can't deal with NaNs? What can I do?
Thanks!