Description Usage Format Source References Examples
This data set can be used to demostrate the use of singular value decomposition in regression analysis.
1 |
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).
Tables 1 and 4 in Mandel (1982)
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.
1 2 3 | data(svd.linreg, package = "jeksterslabRdatarepo")
str(svd.linreg)
head(svd.linreg)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.