I was wondering if it's possible to calculate one (global) coefficient of determination for multiple regression models.
Context: I've set up a batch regression process which generates sales predictions for a sample of SKUs. Each SKU forecast is produced using it's own dataset. The dependent variable is the same for all models, while independent variables may vary since I incorporate a stepwise process to find the final model for each SKU. I can report on each model's individual r^2 easily, I was wondering if it's possible to calculate one global metric instead.
Disclaimer: I'm not an expert here, so feel free to let me know if this is not possible. If more details are required, just comment and I'll modify the post.