| predictionResult-class {baseline} | R Documentation |
Class "predictionResult"
Description
A class containing the result of running a
predictionTest.
Objects from the Class
The normal way to create objects is by calling the method
runTest for any object of subclass of
predictionTest.
Slots
param:Numeric vector. The regression parameter values tested.
qualMeas:Numeric vector. The quality measure values for each of the values of the
paramslotind.min:The index (into
qualMeas) of the minimum quality measure valueminQualMeas: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
Methods
- ind.min
signature(object = "predictionResult"): Extract theind.minslot- minQualMeas
signature(object = "predictionResult"): Extract theminQualMeasslot- param
signature(object = "predictionResult"): Extract theparamslot- param.min
signature(object = "predictionResult"): Extract theparam.minslot- paramName
signature(object = "predictionResult"): Extract theparamNameslot- qualMeas
signature(object = "predictionResult"): Extract thequalMeasslot- qualMeasName
signature(object = "predictionResult"): Extract thequalMeasNameslot
Author(s)
Bjørn-Helge Mevik and Kristian Hovde Liland
See Also
Function runTest, class
predictionTest, subclasses
PLSRTest and
ridgeRegressionTest
Examples
showClass("predictionResult")