Class "predictionResult"
A class containing the result of running a
predictionTest.
The normal way to create objects is by calling the method
runTest for any object of subclass of
predictionTest.
param:Numeric vector. The regression parameter values tested.
qualMeas:Numeric vector.  The quality measure values
for each of the values of the param slot
ind.min:The index (into qualMeas) of the
minimum quality measure value
minQualMeas:The minimum quality measure value
param.min:The value of the parameter value corresponding to the minimum quality measure value
qualMeasName:The name of the quality measure
paramName:The name of the regression parameter
signature(object = "predictionResult"): Extract
the ind.min slot 
signature(object = "predictionResult"): Extract the minQualMeas slot
signature(object = "predictionResult"): Extract the param slot
signature(object = "predictionResult"): Extract the param.min slot
signature(object = "predictionResult"): Extract the paramName slot
signature(object = "predictionResult"): Extract the qualMeas slot
signature(object = "predictionResult"): Extract the qualMeasName slot
Bjørn-Helge Mevik and Kristian Hovde Liland
Function runTest, class
predictionTest, subclasses 
PLSRTest and
ridgeRegressionTest
showClass("predictionResult")Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.