I'm trying to compare several linear regression models, however many of them do not report their SEE. Is there an alternative method to calcuate the SEE when we do not have access to the original data to calculate residuals?
Hello Shaun Joffe. Do any of the ones that fail to report the SE of Estimate report any of the following?
Root Mean Square Error (RMSE)
MSerror
MSresidual
Apologies if you already know that RMSE = the SE of estimate. It's always a guessing game on here trying to work out what posters do and do not know. ;-)
Please note that often this measure would not mean much due to heteroscedasticity. (See https://www.researchgate.net/publication/354854317_WHEN_WOULD_HETEROSCEDASTICITY_IN_REGRESSION_OCCUR.)
With larger predicted-y you would often have larger sigma for the residuals. Thus the same regression model would typically have a different such measure if applied over a different set of predicted-y cases.