I am doing a regression analysis project to answer the question of whether more acidity leads to less chlorides using this data set: http://archive.ics.uci.edu/ml/datasets/Wine+Quality. I first plan on using scatter plots and AV plots to find relationships between chlorides and the predictors (all the other variables in the data set). Then, I plan on transforming the predictors that are important (judgment call) that don't fit linear regression requirements. After that, I plan on using coefficients of determination and partial F-tests to see whether any reduced models are better than the full model (I could be wrong on this). Lastly, I plan on using stepwise regression (forwards and backwards) to find two more models and compare them with whatever model I found in my previous step. My problem is: does my plan actually answer my question? If not, what should I focus more on? Please note that I am only a beginner in regression analysis and the only things that I know include but are not limited to: scatter plots, diagnostic plots, AV plots, t-tests, f-tests, partial f-tests, ANOVA, confidence intervals, p-values, R values, R-squared values, reading R output (summary lm), box-cox transformations, factors. This analysis should be no longer than 5 pages including plots. I would appreciate any feedback.
Asked
Active
Viewed 38 times
0
-
2This sounds like work for a course, either formal or of informal study. If so, please add the `self-study` tag and read [these notes](http://stats.stackexchange.com/tags/self-study/info) on this site's policy. Please describe in more detail the work you have done so far on this problem. – EdM Mar 04 '17 at 01:26
-
I understand that you are beginner but before using stepwise regression, I recommend reading the section on variable selection in Frank Harrell's *Regression Modeling Strategies*. You might also want to find the answers to this [question](http://stats.stackexchange.com/questions/13686/what-are-modern-easily-used-alternatives-to-stepwise-regression) useful. – T.E.G. Mar 05 '17 at 12:13