preprocessCaret: Preprocess Data Using the 'caret::preProcess' method, then...

Description Usage Arguments Value See Also

View source: R/methods-normalize.R

Description

Preprocess Data Using the caret::preProcess method, then return the normalized data using predict.

Usage

1

Arguments

x

The data to be normalized with caret::preProcess and caret::predict.

...

Fall through parameters to caret::preProcess. This can be used to apply a range of different preprocessing methods from that package.

Value

x preprocessed according to the arguments in ....

See Also

caret::preProcess, stats::predict


bhklab/PDATK documentation built on Dec. 27, 2021, 7:46 a.m.