Choosecomp: Difference between revisions

From Eigenvector Research Documentation Wiki
Jump to navigation Jump to search
imported>Scott
(New page: ===Purpose=== GUI to select number of components from SSQ table. ===Synopsis=== :ncomp = choosencomp(model) ===Description=== Presents user with a GUI SSQ table from which a desired n...)
 
imported>Scott
No edit summary
Line 1: Line 1:
===Purpose===
===Purpose===


GUI to select number of components from SSQ table.
Returns automated selection of components.


===Synopsis===
===Synopsis===


:ncomp = choosencomp(model)
:ncomp = choosecomp(modl,rawmodl,x,y,options)
 
===Description===
 
Presents user with a GUI SSQ table from which a desired number of
components can be selected. Input (model) is a standard PCA model
structure or SSQ table. Output (ncomp) is the selected number of
components or [] empty if user cancels out of GUI.
 
===See Also===
 
[[ssqtable]]

Revision as of 19:34, 7 October 2008

Purpose

Returns automated selection of components.

Synopsis

ncomp = choosecomp(modl,rawmodl,x,y,options)