Hi Nebu,Hi:
I am not sure what are your independent variables and which is your depended variable. I normally run a correlation matrix to decide which all IV I have to consider in my model. You can achieve this by running step wise regression as well. There is a free excel add-in called PHstat which will allow you to run multiple regression and get your predicted values.
All this work well if your data is normally distributed and there is no auto correlation.
Thanks
Thanks again! I am trying to build a dynamic regression model for people who are not super savvy with the regression metrics. Another reason I want it to dynamic is that if there are any strategic initiatives that were taken which changed the nature and utility of IVs, the model should take that into account and reflect that.Hi:
Your best bet is step wise regression.
In step wise regression you start with all IV, and try eliminating the those IVs which are not statistically significant.
I would suggest you to see the changes that happens to the adjusted r-Square , rather than the r- Square. If you add more and more useless IVs to a model, adjusted r-squared will decrease, but if you add more useful IVs, adjusted r-squared will increase.This way you can determine which all IVs are significant to your model.
Here is a link to the basic excel add-in which can help you
http://wps.prenhall.com/bp_groebner_busstats_8/145/37311/9551672.cw/-/9551709/index.html
Thanks
Thanks for sharing the info. What I am really looking for is a way to ensure that solver shouldn't give non integer values even when the integer constraint has been selected. In the sheet that I have attached if you try to maximize H4 by changing G8:J8, Solver makes one or more cells non integer and stops optimization process. Can you kindly look at it?Hi:
if you are looking for a ready made VB code
follow this link
http://www.freevbcode.com/ShowCode.asp?ID=9070
Thanks