Ssqtable: Difference between revisions

From Eigenvector Research Documentation Wiki
Jump to navigation Jump to search
imported>Jeremy
(Importing text file)
imported>Jeremy
No edit summary
 
Line 1: Line 1:
===Purpose===
===Purpose===


Line 10: Line 9:
===Description===
===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.
SSQTABLE prints the variance captured table from input <tt>ssq</tt> to the command window for the desired number of factors ''<tt>ncomp</tt>''. If <tt>ssq</tt> is a standard model structure (e.g. from ANALYSIS), the model information is displayed along with the variance captured table (see MODLRDER). If ''<tt>ncomp</tt>'' is omitted, the entire available table is displayed.


===Examples===
===Examples===
Line 16: Line 15:
For a standard model structure called modl (e.g. as returned by, ANALYSIS, PCA, or PLS functions)
For a standard model structure called modl (e.g. as returned by, ANALYSIS, PCA, or PLS functions)


ssqtable(modl.detail.ssq,5)
ssqtable(modl.detail.ssq,5)


will print the variance captured table ''only'' for the first 5 factors to the command window. Alternatively,
will print the variance captured table ''only'' for the first 5 factors to the command window. Alternatively,


ssqtable(modl,5)
ssqtable(modl,5)


will print ''both'' the model information and the variance captured table for first 5 factors.
will print ''both'' the model information and the variance captured table for first 5 factors.

Latest revision as of 13:37, 9 October 2008

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 table 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, pca, pcr, pls