Plot_PRESS
Location: ..\cubatch\Model_nPLS1\private\Plot_PRESS.m
function
[Axes,MO] = Plot_PRESS (PlotStruct,ModelOut,MainFig);
Description:
Plots the PRESS (Prediction REsiduals Sum of Squares)
vs F of the selected model as a bar plot. If present, validation and
prediction (only for X) PRESS are also plot along with the model. For the axes
specified by Axes the
'ModelOut'
application-defined data is set, and it contains a copy of ModelOut.(employed
by nPLS1DisplayInfo)
The distinction between X and Y is present in
PlotStruct.additional.type2, which value is set by
nPLS1Plot.
Inputs:
PlotStruct:
PlotStruct structure
ModelOut: ModelOut
structure for the model selected via the menus in the main window.
MainFig: main figure handle
Outputs:
Axes: handle of the axes where the PRESS is plot
MO: empty
Called by:
Model_nPLS1\nPLS1ActivatePlots
NB. The
actual
call is made from
nPLS1Plot via feval
and not from
Model_nPLS1\nPLS1ActivatePlots.
Subroutines:
Internal: None
External:
None
Author:
Giorgio Tomasi
Royal Agricultural and Veterinary University
MLI, LMT, Chemometrics group
Rolighedsvej 30
DK-1958 Frederiksberg C
Danmark
Last modified: 11-Oct-2002 18:44:48
Contact: Giorgio Tomasi, gt@kvl.dk
References