| Description | Usage | Options | Output | Method | See Also |
y = a + b1x1
+ b2x2
+ b3x3
+ ... + ε
a and b,
as well as the estimation errors associated with each. Data
associated with the regression, including the covariance matrix and the
residuals, can be viewed after the regression is performed.


minimize || B - A*X ||
A matrix contains
all independent data, B represents the
dependent data, and X represents the
coefficients being determined.cov = var()*(A'A) |
|