PLS_Toolbox Documentation: ploteigen< percentile plotgui >

ploteigen

Purpose

Extracts information from a model needed to construct a dataset object for PLOTGUI.

Synopsis

 

a = ploteigen(modl, options)

Description

Extracts the variance captured, eigenvalue, and RMSE (root-mean-squared error) information from a model structure for viewing using PLOTGUI. The inputs are a standard model structure, modl, and an optional options structure, options, described below. The output, a, is a DataSet object which can be passed to PLOTGUI for viewing.

Options

                  plots:   [ 'none' | 'final' | {'auto'} ]   governs plotting behavior,

                                 'auto' makes plots if no output is requested {default}.

                figure:  [ 'off' | {'on'} ], governs level of display to command window.

See Also

analysis, modelstruct, pca, pcr, plotgui, plotloads, pls


< percentile plotgui >