Description Usage Arguments Author(s) References See Also Examples
Plot Information Criterion (IC) versus values of the sparsity parameter λ.
1 | selectPlot(sl, indicate = TRUE, main = NULL)
|
sl |
Output from |
indicate |
Logical indicating if the value of λ corresponding to the minimal IC is indicated on the plot, default is |
main |
Title for the plot, default is |
Tom Reynkens
Hubert, M., Reynkens, T., Schmitt, E. and Verdonck, T. (2016). “Sparse PCA for High-Dimensional Data with Outliers,” Technometrics, 58, 424–434.
selectLambda
1 2 3 4 | X <- dataGen(m=1, n=100, p=10, eps=0.2, bLength=4)$data[[1]]
sl <- selectLambda(X, k=2, method="ROSPCA", lstep=0.1)
selectPlot(sl)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.