svdRegression: Linear regression using a singular value decomposition

Description Usage Arguments Details Value

Description

Performs a multivariate linear regression using a singular value decomposition.

Usage

1

Arguments

x

A matrix or vector containing the predictors.

y

A vector containing the response.

Details

Uses the process described in Mandel (1982), "Use of the Singular value Decomposition in Regression Analysis".

Value

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).


driegert/transfer documentation built on May 15, 2019, 2:11 p.m.