Ssqtable

From Eigenvector Research Documentation Wiki
Revision as of 13:37, 9 October 2008 by imported>Jeremy
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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