Modelviewer: Difference between revisions
Jump to navigation
Jump to search
imported>Jeremy (Importing text file) |
imported>Scott |
||
Line 1: | Line 1: | ||
===Purpose=== | ===Purpose=== | ||
Line 24: | Line 23: | ||
===See Also=== | ===See Also=== | ||
[[plotgui]], [[plotloads]], [[plotscores]] | [[modelstruct]], [[plotgui]], [[plotloads]], [[plotscores]] |
Revision as of 16:39, 7 October 2008
Purpose
Visualization of multi-way models.
Synopsis
- model = modelviewer(model,x);
Description
MODELVIEWER provides a graphical view of a model by enabling overview of scores, loadings, residuals etc. in one overall figure. Individual modes can be assessed by clicking plots and enlarged figures created by right-clicking plots.
Inputs
- model = PARAFAC, Tucker, or NPLS model, and
- x = X-block: predictor block (2-way array or DataSet Object).
Outputs
- model = standard model structure (See MODELSTRUCT).