Skip to contentScholarGate
LibraryBookshelfDeskReview StudioAssistant
Sign in
On this page
IntuitionHow it worksWhen to use itStrengths & limitationsCommon pitfallsApplicationsFrequently asked🔒 Read the full methodSourcesRelated methods
Cite this pageSpotted an issue on this page? Report or suggest a fix →
Home›Statistics›Multiple Linear Regression
Regression model

Multiple Linear Regression

Multiple Linear Regression (Ordinary Least Squares) · Also known as: MLR, OLS regression, multiple regression, linear regression with multiple predictors, multivariate linear regression

Multiple linear regression (MLR) is a parametric regression model that expresses a continuous outcome as a weighted linear combination of two or more predictor variables plus a random error term. The unknown weights (regression coefficients) are estimated by ordinary least squares (OLS), which minimises the sum of squared residuals. The method traces to Francis Galton's 1886 work on hereditary stature and was placed on firm mathematical footing by Karl Pearson; Draper and Smith's 1966 textbook established it as the standard framework for applied regression.

ScholarGate
  1. Regression model
  2. v1
  3. 4 Sources
  4. PUBLISHED
Cite this page →
Tools & resources
Download slides
Learn & explore

Read the full method

Members only

Sign in with a free account to read this section.

Sign in

Method map

The neighbourhood of related methods — select a node to explore.

Multiple Linear Regression
ANCOVALasso RegressionLogistic RegressionOne-way ANOVAPolynomial RegressionRidge RegressionSimple Linear RegressionStepwise RegressionBenjamini-Hochberg Proce…Canonical Correlation An…

+11 more

When to use it

Use multiple linear regression when the outcome variable is continuous, the relationship between predictors and outcome is approximately linear, observations are independent, and you have two or more predictors whose simultaneous effects you wish to quantify. Five classical assumptions must hold: (1) linearity — check with partial-regression plots; (2) independence of errors — check with Durbin–Watson if data are time-ordered; (3) homoscedasticity — check with residual-versus-fitted plots and Breusch–Pagan test; (4) approximate normality of residuals — check with a Q-Q plot or Shapiro–Wilk test; (5) absence of perfect multicollinearity — check with variance inflation factors (VIF < 10 as a common rule of thumb). MLR is not appropriate for binary or count outcomes (use logistic or Poisson regression), for strongly nonlinear relationships without transformation, or when the number of predictors approaches or exceeds the sample size.

Strengths & limitations

Strengths
  • Produces directly interpretable coefficients: each β̂_j quantifies the expected change in the outcome per unit increase in predictor j, holding all other predictors constant.
  • Provides a complete inferential framework — coefficient t-tests, omnibus F-test, confidence intervals — all within a single model.
  • The OLS estimator is analytically exact and computationally efficient even for large datasets.
  • Highly flexible: categorical predictors can be incorporated as dummy variables, and interactions or polynomial terms can be added without changing the underlying linear algebra.
  • Extremely well-documented: a century of statistical theory supports its properties, diagnostics, and extensions.
Limitations
  • The model is strictly linear in parameters; capturing genuine nonlinearity requires explicit transformations or interaction terms.
  • Performance degrades when predictors are highly correlated (multicollinearity), inflating standard errors and making coefficient estimates unstable.
  • Outliers and influential observations can distort OLS estimates considerably, because the squared loss function heavily penalises large residuals.
  • A large number of predictors relative to sample size leads to overfitting; penalised alternatives (ridge, lasso) are preferred in that regime.
  • Violations of homoscedasticity or normality of residuals invalidate standard inference in small samples.

Frequently asked

How many observations do I need relative to the number of predictors?

A widely cited rule of thumb is at least 10–20 observations per predictor for reliable coefficient estimates and valid inference. With fewer observations than predictors, the design matrix is rank-deficient and OLS has no unique solution; penalised regression (ridge, lasso) is required instead.

What is the difference between R² and adjusted R²?

R² measures the proportion of outcome variance explained by the model and always increases when any predictor is added, even an irrelevant one. Adjusted R² penalises each additional predictor by accounting for degrees of freedom, so it can decrease if a new predictor does not contribute meaningfully. Use adjusted R² when comparing models with different numbers of predictors.

My VIF values are above 5 — should I be concerned about multicollinearity?

A VIF above 5 (or 10, depending on the field's convention) indicates that the predictor's variance is inflated due to correlation with other predictors. This does not bias the coefficients but inflates their standard errors, making it harder to detect individual effects. Remedies include centring variables, removing redundant predictors, combining correlated predictors (e.g., via PCA), or switching to ridge regression.

Can I use multiple linear regression with categorical predictors?

Yes. A categorical variable with k levels is encoded as k − 1 dummy variables (binary 0/1 indicators), with one level serving as the reference category. The regression coefficient for each dummy variable then represents the mean difference between that level and the reference, holding all other predictors constant. This is exactly the parameterisation used in ANCOVA and generalised linear models.

Sources

  1. Galton, F. (1886). Regression towards mediocrity in hereditary stature. Journal of the Anthropological Institute of Great Britain and Ireland, 15, 246–263. DOI: 10.2307/2841583 ↗
  2. Pearson, K., & Lee, A. (1908). On the generalised probable error in multiple normal correlation. Biometrika, 6(1), 59–68. DOI: 10.1093/biomet/6.1.59 ↗
  3. Draper, N. R., & Smith, H. (1966). Applied Regression Analysis (1st ed.). John Wiley & Sons. ISBN: 9780471221708
  4. Montgomery, D. C., Peck, E. A., & Vining, G. G. (2012). Introduction to Linear Regression Analysis (5th ed.). John Wiley & Sons. ISBN: 9780470542811

How to cite this page

ScholarGate. (2026, June 3). Multiple Linear Regression (Ordinary Least Squares). ScholarGate. https://scholargate.app/en/statistics/multiple-linear-regression

Related methods

ANCOVALasso RegressionLogistic RegressionOne-way ANOVAPolynomial RegressionRidge RegressionSimple Linear RegressionStepwise Regression

Which method?

Set this method beside its closest kin and read them side by side — the library lays the books on the table; the choice is yours.

  • ANCOVAStatistics↔ compare
  • Lasso RegressionMachine learning↔ compare
  • Logistic RegressionResearch Statistics↔ compare
  • One-way ANOVAStatistics↔ compare
  • Polynomial RegressionStatistics↔ compare
  • Ridge RegressionMachine learning↔ compare
  • Simple Linear RegressionStatistics↔ compare
  • Stepwise RegressionStatistics↔ compare
Compare side by side →

Referenced by

Benjamini-Hochberg ProcedureCanonical Correlation AnalysisChow TestCompositional Data AnalysisDurbin-Watson TestGeneralized Additive ModelOrdinary Least SquaresPartial Least SquaresPower Analysis for RegressionPrincipal Components RegressionRamsey RESET TestResponse Surface MethodologyRobust Multiple linear regressionSimple Linear RegressionStepwise Regression

Similar methods

Multiple Regression AnalysisLinear Regression (ML)Multivariate RegressionOLS RegressionSimple Linear RegressionRobust Multiple linear regressionOrdinary Least SquaresBayesian Multiple linear regression

Related reference concepts

Multiple Linear RegressionMultivariate Multiple RegressionMultivariate RegressionSimple Linear RegressionMultiple Regression AnalysisRegression and Correlation

Spotted an issue on this page? Report or suggest a fix →

ScholarGate — Multiple Linear Regression (Multiple Linear Regression (Ordinary Least Squares)). Retrieved 2026-07-20 from https://scholargate.app/en/statistics/multiple-linear-regression · Dataset: https://doi.org/10.5281/zenodo.20539026
Quick facts
Originator
Francis Galton; formalized by Karl Pearson
Year
1886
Family
Regression model
Type
Parametric linear model
Estimator
Ordinary Least Squares (OLS)
Outcome
continuous
Parametric
Yes
Predictors
two or more continuous or dummy-coded
Distribution
Normal (residuals)
Assumptions
linearity, independence, homoscedasticity, normality of residuals, no perfect multicollinearity
Related methods
ANCOVALasso RegressionLogistic RegressionOne-way ANOVAPolynomial RegressionRidge RegressionSimple Linear RegressionStepwise Regression
ScholarGate

A content-first reference library for research methods — what each one is, how it works, and where it comes from.

Open data (CC-BY)

Explore

  • Library
  • Search the library…
  • Browse by field
  • Fields
  • Journey
  • Compare
  • Which method?

Reference

  • Subjects
  • Atlas
  • Glossary
  • Methodology
  • Philosophy

Your tools

  • Bookshelf
  • Desk
  • Chat

Company

  • About
  • Pricing
  • Contact
  • Suggest a method

Entries are compiled from published sources for reference. Verifying the accuracy and suitability of any information for your own use remains your responsibility.

© 2026 ScholarGate · A research-method reference library
  • Privacy
  • Cookies
  • Terms
  • Delete account