| predictionResult-class | R Documentation |
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")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.