Skip to content
Surf Wiki
Save to docs
general/regression-analysis

From Surf Wiki (app.surf) — the open knowledge base

Standardized coefficient

Estimates from regression analysis on data with unit variance


Estimates from regression analysis on data with unit variance

In statistics, standardized (regression) coefficients, also called beta coefficients or beta weights, are the estimates resulting from a regression analysis where the underlying data have been standardized so that the variances of dependent and independent variables are equal to 1. Therefore, standardized coefficients are unitless and refer to how many standard deviations a dependent variable will change, per standard deviation increase in the predictor variable.

Usage

Standardization of the coefficient is usually done to answer the question of which of the independent variables have a greater effect on the dependent variable in a multiple regression analysis where the variables are measured in different units of measurement (for example, income measured in dollars and family size measured in number of individuals). It may also be considered a general measure of effect size, quantifying the "magnitude" of the effect of one variable on another. For simple linear regression with orthogonal predictors, the standardized regression coefficient equals the correlation between the independent and dependent variables.

Implementation

A regression carried out on original (unstandardized) variables produces unstandardized coefficients. A regression carried out on standardized variables produces standardized coefficients. Values for standardized and unstandardized coefficients can also be re-scaled to one another subsequent to either type of analysis. Suppose that \beta is the regression coefficient resulting from a linear regression (predicting y by x). The standardized coefficient simply results as \beta^\ast = \frac{s_x}{s_y} \beta, where s_x and s_y are the (estimated) standard deviations of x and y, respectively.

Sometimes, standardization is done only without respect to the standard deviation of the regressor (the independent variable x).

Advantages and disadvantages

Standardized coefficients' advocates note that the coefficients are independent of the involved variables' units of measurement (i.e., standardized coefficients are unitless), which makes comparisons easy.

Critics voice concerns that such a standardization can be very misleading. Due to the re-scaling based on sample standard deviations, any effect apparent in the standardized coefficient may be due to confounding with the particularities (especially: variability) of the involved data sample(s). Also, the interpretation or meaning of a "one standard deviation change" in the regressor x may vary markedly between non-normal distributions (e.g., when skewed, asymmetric or multimodal).

Terminology

Some statistical software packages like PSPP, SPSS and SYSTAT label the standardized regression coefficients as "Beta" while the unstandardized coefficients are labeled "B". Others, like DAP/SAS label them "Standardized Coefficient". Sometimes the unstandardized variables are also labeled as "b".

References

References

  1. Menard, S.. (2004). "The Sage Encyclopedia of Social Science Research Methods". Sage Publications.
  2. (1986). "The fallacy of employing standardized regression coefficients and correlations as measures of effect". American Journal of Epidemiology.
  3. (1991). "In defense of standardized regression coefficients". Epidemiology.
  4. (1991). "Standardized regression coefficients: A further critique and review of some alternatives". Epidemiology.
Info: Wikipedia Source

This article was imported from Wikipedia and is available under the Creative Commons Attribution-ShareAlike 4.0 License. Content has been adapted to SurfDoc format. Original contributors can be found on the article history page.

Want to explore this topic further?

Ask Mako anything about Standardized coefficient — get instant answers, deeper analysis, and related topics.

Research with Mako

Free with your Surf account

Content sourced from Wikipedia, available under CC BY-SA 4.0.

This content may have been generated or modified by AI. CloudSurf Software LLC is not responsible for the accuracy, completeness, or reliability of AI-generated content. Always verify important information from primary sources.

Report