MATLAB: Design matrix input for predict() for fitglme output

fitglmepredict

Hi! I saw that the predict(…) function for fitlme output allows for input of a design matrix instead of the table. Is this possible for fitglme, too? Is this going to be changed in a new version? It seems that predict(…) for fitglme eventually computes the design matrix, and it'd be helpful to be able to manipulate the design matrix rather than deal with a table in which you want to control for other covariates.

Best Answer

I have brought your request to the notice of the concerned people. It might be implemented in any of the future releases.
Related Question