Learn R Programming

EnsemblePCReg (version 1.1.4)

Regression.Sweep.PCR.FitObj-class: Class "Regression.Sweep.PCR.FitObj"

Description

Class containing the output of performing - or fitting - of PCR sweep operation.

Arguments

Objects from the Class

Objects can be created by calls of the form new("Regression.Sweep.PCR.FitObj", ...).

Slots

config:

Object of class "Regression.Sweep.Config" ~~

est:

Object of class "ANY", the estimation object needed for prediction.

pred:

Object of class "matrix", matrix of predictions for training data. Column n corresponds to the prediction using PC's from 1 to n.

Extends

Class "Regression.Sweep.FitObj", directly.

Methods

No methods defined with class "Regression.Sweep.PCR.FitObj" in the signature.

See Also

"Regression.Sweep.FitObj"