Multiple Regression Model Introduction (2015)

A multiple regression model (a regression having multi-variable) is referred to as a regression model having more than one predictor (independent and explanatory variable) to explain a response (dependent) variable. We know that simple regression models have one predictor used to explain a single response while for the case of multiple (multivariable) regression models, more than one predictor in the models. Simple regression models and multiple (multivariable) regression models can further be categorized as linear or non-linear regression models.

Note that linearity is not based on predictors or the addition of more predictors in the simple regression model, it is referred to as the parameter of variability (parameters attached with predictors). If the parameters of variability have a constant rate of change then the models are referred to as linear models either it is a simple regression model or multiple (multivariable) regression models. It is assumed that the relationship between variables is considered linear, though this assumption can never be confirmed in the case of multiple linear regression.

However, as a rule, it is better to look at a bivariate scatter diagram of the variable of interest, you check that there should be no curvature in the relationship. A scatter matrix plot is a more useful visualization between variables of interest.

The multiple regression model also allows us to determine the overall fit (which is known as variance explained) of the model and the relative contribution of each of the predictors to the total variance explained (overall fit of the model). For example, one may be interested to know how much of the variation in exam performance can be explained by the following predictors such as revision time, test anxiety, lecture attendance, and gender “as a whole”, but also the “relative contribution” of each independent variable in explaining the variance.

General Form of Multiple Regression Model

A multiple regression model has the form

\[y=\alpha+\beta_1 x_1+\beta_2 x_2+\cdots+\beta_k x_k+\varepsilon\]

Here $y$ is continuous variables and $x$’s are known as predictors which may be continuous, categorical, or discrete. The above model is referred to as a linear multiple (multivariable) regression model.

Multiple Regression Model

For example prediction of college GPA by using, high school GPA, test scores, time given to study, and rating of high school as predictors.

  • How rainfall, temperature, and amount of fertilizer impact and affect crop growth
  • Influence of various factors (such as cholesterol, blood pressure, or diabetes) on health outcomes
  • Blood pressure depends on variables, for example, gender, age, height, weight, exercise, diet, and medication.
  • The Weight of a person is linearly related to their height and age.
  • Studying the effect of education, gender, and profession on income.
  • The price of a house depends on the size of the house, number of rooms, community, facilities available, etc.

Multiple regression models also have some assumptions that need to be followed or fulfilled. For example, the residuals should be normally distributed. There should be no collinearity/ multicollinearity among the regressors/ independent variables. The variance of error terms should be homoscedastic, and error terms should be not correlated (no autocorrelation).

Read Assumptions of Multiple Regression Model

Learn R Programming Language

5 thoughts on “Multiple Regression Model Introduction (2015)”

  1. Assalam alykum warahmatullah wabarakatuh
    I have the following Question please help me
    How to determine the best – fitting regression equation for the data mathematically as well as
    graphically and interpret it.
    b) What percentage of total variation in the number of arrest (Y) is explained by equation?

    Reply
    • Walikmsalam.

      a) if you have more then one predictor and you want to model the situation, initially, Check whether the model is linear or not for that purpose use Scatter plot. If the model is linear then you have to choose the best regression equation. There are few model diagnostic methods such as R-square, MSE, Mellows Cp, Likelihood. The best model can be selected on the behave of the values of these methods. Another best way is to use, Best subset selection including, forward elimination and backward elimination. The best subset selection method gives you a better choice for the equation for data. As for the graphical method you can use the added variable plot to decide whether to select a model or not.
      b) the percentage of total variation explained by the equation can be measured through R-square for a linear model but it has some limitations. you may also you likelihood as a replacement, as they are used in pseudo r squared.

      Hope the answer will be sufficient to solve your problem. for reference see: Applied linear regression by Sanford Weisberg

      Reply
  2. correction required in first line of the article
    “….having more the one….”
    it should be
    “…having more than one …”

    Reply

Leave a Comment

Discover more from Statistics for Data Analyst

Subscribe now to keep reading and get access to the full archive.

Continue reading