Regression.Sweep.CV.Fit {EnsemblePCReg} | R Documentation |
Function for cross-validation based sweep operation.
Description
Perform the same sweep operation on data partitions and assemble the pieces into a complete set.
Usage
Regression.Sweep.CV.Fit(config, X, y, partition, print.level = 1)
Arguments
config |
Object of class |
X |
Matrix of predictors to perform PCR on. |
y |
Vector of response to use during PCR. |
partition |
Data partition used for CV sweep, typically the output of |
print.level |
Determining verbosity level during function execution. |
Value
An object of class Regression.Sweep.CV.FitObj
.
Author(s)
Mansour T.A. Sharabiani, Alireza S. Mahani
See Also
[Package EnsemblePCReg version 1.1.4 Index]