Description Usage Arguments Details Value
Performs a multivariate linear regression using a singular value decomposition.
1 | svdRegression(x, y)
|
x |
A |
y |
A |
Uses the process described in Mandel (1982), "Use of the Singular value Decomposition in Regression Analysis".
A list
containing the regression coefficients corresponding to the
columns of x, the standard error estimates (*not* the variance) on those coefficients,
and the eigenvalues of the decomposition (singular values squared).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.