Fits y = b₀ + b₁x₁ + b₂x₂ to predict y from two explanatory variables. Each coefficient shows the effect of its own variable once the other has been accounted for. The adjusted coefficient of determination is also given.
This builds a formula predicting from two explanatory variables, choosing the three coefficients that make the sum of squared errors as small as possible.
Unlike simple regression, gives the effect of with held constant: the slope once the other variable has been accounted for.
is the share of the variation in that the formula explains. Adding an explanatory variable always raises it, though, so on its own it rewards piling variables in. The adjusted penalises the count of variables, and is the one to compare on.
Six observations give , with of 0.997 and an adjusted figure of 0.996. Putting in and predicts 20.96.
If and are exactly proportional, there is no telling which one is doing the work and the coefficients are not determined. Short of exact, a strong relationship still leaves them unstable, sometimes even flipping their signs. This is multicollinearity.
Three coefficients need at least four observations.
The sizes of the coefficients cannot be compared directly. Different units give different sizes.