I want to run series of simple lm in R, with a continuous/categorical outcome and binary group membership (patients - controls) and categorical predictors. However the categorical predictor is positively skewed and none of the transformations I have tried so far (log, ^2 etc.) has had an effect on the normality assumption. Some of the outcome variables are Error responses therefore causing the same problem. Is it appropriate to use Nonparametric Regression (Lowess/Loess) in this case and which one would you recommend?
Your help would be much appreciated.