It is not so much that regression is used to make predictions. You use regression to find the "best-fit" model -- the model that fits the data best. Regression assures that the model created is closest to the data.
Once you have decided on a type of model (often linear)...
See
This Answer NowStart your 48-hour free trial to unlock this answer and thousands more. Enjoy eNotes ad-free and cancel anytime.
Already a member? Log in here.
It is not so much that regression is used to make predictions. You use regression to find the "best-fit" model -- the model that fits the data best. Regression assures that the model created is closest to the data.
Once you have decided on a type of model (often linear) you use regression to find the best model. Then you can use the model for predictions -- either interpolation (e.g. given population at 2000 and 2010 predict the population at 2005) or extrapolation (given a population model for 1960-2010, predict the population in 2030).
Regression analysis can shed light on how the variables in your model interact. That is, you can use regression analysis to study how changing one variable affects the other variables.
Further Reading