Hi everyone,
I am preparing a syntax that includes several hundres of regression models, partly with many interaction terms and therefore large matrix sizes. I test the runnability of my syntax using test data and STATA 18.0 SE, but the final analyses are performed remotely by the data owner using STATA 18.0 BE.
Since STATA ignores the "set matsize" command since Version 16, how can I check whether my code is going to run on BE, without checking each regressions matsize individually?
Thank you very much!
Samir
I am preparing a syntax that includes several hundres of regression models, partly with many interaction terms and therefore large matrix sizes. I test the runnability of my syntax using test data and STATA 18.0 SE, but the final analyses are performed remotely by the data owner using STATA 18.0 BE.
Since STATA ignores the "set matsize" command since Version 16, how can I check whether my code is going to run on BE, without checking each regressions matsize individually?
Thank you very much!
Samir
Comment