I need to run hundreds of linear regression models, with the same set of independent variables, but with varying dependent variables. I have checked normality for a few dozens. Some are normally distributed and some are not.
My intention, for practical reasons, is to write a macro that will run this automatically and store the P-Values of the last model (I will use stepwise or similar methods), and the association between the predicting variables and the predicted variables. My question is, since I can't use linear regression for all models, can I simply use robust regression for all models, without checking for normality? Maybe loess regression?