Skip to content

Commit 3b589a8

Browse files
20260121 - formulas for regression coefficients
1 parent ddf662f commit 3b589a8

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

multiple-regression.qmd

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,11 +151,17 @@ The intercept is the expected value of the [outcome variable](#sec-correlational
151151
152152
### Unstandardized Regression Coefficient {#sec-multipleRegressionComponentsUnstandardizedCoefficient}
153153
154-
The unstandardized regression coefficient is computed as in @eq-unstandardizedRegressionCoefficient:
154+
In a model with one [predictor variable](#sec-correlationalStudy), the unstandardized regression coefficient is computed as in @eq-unstandardizedRegressionCoefficient1Predictor:
155155
156156
$$
157157
\text{unstandardized regression coefficient} = \frac{\text{covariance between } X \text{ and } Y}{\text{variance of X}}
158-
$$ {#eq-unstandardizedRegressionCoefficient}
158+
$$ {#eq-unstandardizedRegressionCoefficient1Predictor}
159+
160+
In a model with multiple [predictor variables](#sec-correlationalStudy), the unstandardized regression coefficient is computed as in @eq-unstandardizedRegressionCoefficientMultiplePredictors:
161+
162+
$$
163+
\text{unstandardized regression coefficient} = \frac{\text{unique covariance of } X \text{ with } Y}{\text{unique variance of X}}
164+
$$ {#eq-unstandardizedRegressionCoefficientMultiplePredictors}
159165
160166
The unstandardized regression coefficient ($B$) is interpreted such that, for every unit change in the [predictor variable](#sec-correlationalStudy), there is a __ unit change in the [outcome variable](#sec-correlationalStudy) (holding all other [predictor variables](#sec-correlationalStudy) constant).
161167
For instance, when examining the association between age and fantasy points, if the unstandardized regression coefficient is 2.3, players score on average 2.3 more points for each additional year of age.

0 commit comments

Comments
 (0)