Learn R Programming

baseline (version 1.3-5)

ridgeRegressionTest-class: Class "ridgeRegressionTest"

Description

A class describing a ridge regression test.

Arguments

Objects from the Class

Objects can be created by calls of the form new("ridgeRegressionTest", ...).

Slots

lambda:

Numeric vector. The smoothing parameter values to test

Extends

Class predictionTest, directly.

Methods

runTest

signature(object = "ridgeRegressionTest"): Run the test

Author

Bjørn-Helge Mevik and Kristian Hovde Liland

See Also

The base class predictionTest. The runTest function.

Examples

Run this code
showClass("ridgeRegressionTest")

Run the code above in your browser using DataLab