powered by
Plot summary of relevant component analysis.
plotprops(Y, X, doscaleX = FALSE, docenterX = TRUE, ncomp, subset)
Only plotting.
Response matrix.
Predictor matrix.
Standardize predictors.
Center predictors.
Number of singular values and eigenvalues to extract.
Subset of predictor and response.
Solve Sæbø
Helland, I.S. & T. Almøy (1994) Comparison of prediction methods when only a few components are relevant. JASA 89, 583-591.
X <- matrix(rnorm(100),20,5) Y <- matrix(rnorm(20),20,1) plotprops(Y, X, doscaleX = FALSE, docenterX = TRUE, 5)
Run the code above in your browser using DataLab