PLS_Toolbox Documentation: ssqtable | < specedit | stdfir > |
ssqtable
Purpose
Prints variance captured table to the command window.
Synopsis
ssqtable(ssq,ncomp)
Description
SSQTABLE prints the variance captured table from input ssq to the command window for the desired number of factors ncomp. If ssq is a standard model structure (e.g. from ANALYSIS), the model information is displayed along with the variance captured table (see MODLRDER). If ncomp is omitted, the entire available tabe is displayed.
Examples
For a standard model structure called modl (e.g. as returned by, ANALYSIS, PCA, or PLS functions)
ssqtable(modl.detail.ssq,5)
will print the variance captured table only for the first 5 factors to the command window. Alternatively,
ssqtable(modl,5)
will print both the model information and the variance captured table for first 5 factors.
See Also
analysis, modlrder, mpca, pca, pcr, pls
< specedit | stdfir > |