svd.linreg: Singular Value Decomposition in Regression Analysis

Description Usage Format Source References Examples

Description

This data set can be used to demostrate the use of singular value decomposition in regression analysis.

Usage

1

Format

A list with four elements ya, Xa, yb, and Xb. y* is a vector of length 8 and X* is an 8 by 3 matrix. ya and Xa correspond to Table 1 in Mandel (1982). yb and Xb correspond to Table 4 in Mandel (1982).

Source

Tables 1 and 4 in Mandel (1982)

References

Mandel, J. (1982). Use of the Singular Value Decomposition in Regression Analysis. The American Statistician, 36(1), 15-24. doi:10.1080/00031305.1982.10482771.

Examples

1
2
3
data(svd.linreg, package = "jeksterslabRdatarepo")
str(svd.linreg)
head(svd.linreg)

jeksterslabds/jeksterslabRdatarepo documentation built on Jan. 5, 2021, 3:27 a.m.