Description Usage Arguments Details Value See Also
Prints summaries and comparisons with the full PCA solutions for a set of LS SPCA loadings.
1 | summary_spca(obj, rtn = FALSE, prn = TRUE)
|
obj |
An spca object. |
rtn |
Logical: should the summary matrix of summaries be returneded? |
prn |
Logical: should anything be printed? Takes priority on prnload. |
The summaries are printed as formatted text, if rtn = TRUE, the value returned is a numerical matrix.
the values printed are
VEXP is the percentage variance explained
CVEXP is the percentage cumulative variance explained
RCVEXP is the percentage cumulative variance explained relative to that of the corresponding principal components
Card is the cardinality, that is the number of non zero loadings
If rtn = TRUE, a numerical matrix with the summaries.
Examples in lsspca
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.