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
See Also
analysis, modelstruct, pca, pcr, plotgui, plotloads, pls
< percentile | plotgui > |